extends symfony session for adding some helpers
This commit is contained in:
@@ -196,7 +196,7 @@ class TheliaHttpKernel extends HttpKernel
|
||||
$storage->setOptions(json_decode(Model\ConfigQuery::read("session_config.config")));
|
||||
}
|
||||
|
||||
$session = new Session\Session($storage);
|
||||
$session = new \Thelia\Core\Session\Session($storage);
|
||||
$session->start();
|
||||
|
||||
$request->setSession($session);
|
||||
|
||||
Reference in New Issue
Block a user