Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Update session.php to use 'pgsql' connection instead of 'session' (#85)
Browse files Browse the repository at this point in the history
(cherry picked from commit 247953b)
  • Loading branch information
AlexGodbehere committed Jan 18, 2024
1 parent 086ac5a commit 8a0ac6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/session.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
|
*/

'connection' => 'session',
'connection' => 'pgsql',

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 8a0ac6f

Please sign in to comment.