We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a31e48 commit 8659fe0Copy full SHA for 8659fe0
1 file changed
src/Session/Session.php
@@ -267,7 +267,7 @@ protected function init(): bool
267
}
268
269
if ('files' === $this->adapter) {
270
- $this->sessionHandler = new \SessionHandler;
+ $this->sessionHandler = new \SessionHandler();
271
// try to apply settings
272
if ($settings = $this->getOption('settings', 'files')) {
273
$this->setSavePath($settings['save_path']);
0 commit comments