Skip to content

Commit

Permalink
Fix syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenglish7 committed Feb 12, 2018
1 parent 854d36c commit 2a1292c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/Session/SessionManager.php
Expand Up @@ -32,7 +32,7 @@ class SessionManager implements SessionManagerInterface
*/
function __construct(array $config)
{
$this->config = $config
$this->config = $config;
}

/**
Expand Down

0 comments on commit 2a1292c

Please sign in to comment.