We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
null
1 parent d43dcb1 commit 8819ee7Copy full SHA for 8819ee7
config/session.php
@@ -87,7 +87,7 @@
87
|
88
*/
89
90
- 'connection' => env('SESSION_CONNECTION', null),
+ 'connection' => env('SESSION_CONNECTION'),
91
92
/*
93
|--------------------------------------------------------------------------
@@ -115,7 +115,7 @@
115
116
117
118
- 'store' => env('SESSION_STORE', null),
+ 'store' => env('SESSION_STORE'),
119
120
121
@@ -170,7 +170,7 @@
170
171
172
173
- 'domain' => env('SESSION_DOMAIN', null),
+ 'domain' => env('SESSION_DOMAIN'),
174
175
176
0 commit comments