Skip to content

Commit

Permalink
Fix for PHP compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjhv committed May 27, 2020
1 parent 701d8a1 commit 69efc2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Slim/Middleware/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function __construct($settings = [])
$defaults = [
'lifetime' => '20 minutes',
'path' => '/',
'domain' => null,
'domain' => '',
'secure' => false,
'httponly' => false,
'name' => 'slim_session',
Expand Down

0 comments on commit 69efc2c

Please sign in to comment.