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.
1 parent ba1a5ce commit de06247Copy full SHA for de06247
system/Session/Session.php
@@ -180,11 +180,11 @@ class Session implements SessionInterface
180
*
181
* Extract configuration settings and save them here.
182
*/
183
- public function __construct(SessionHandlerInterface $driver, SessionConfig $session)
+ public function __construct(SessionHandlerInterface $driver, SessionConfig $config)
184
{
185
$this->driver = $driver;
186
187
- $this->config = $session;
+ $this->config = $config;
188
189
/** @var CookieConfig $cookie */
190
$cookie = config('Cookie');
0 commit comments