Undeclared property

This commit is contained in:
Pierre Rudloff 2016-10-20 23:27:13 +02:00
parent efe0b97d7f
commit 7a9d65d1fd
1 changed files with 6 additions and 0 deletions

View File

@ -39,6 +39,12 @@ class FrontController
*/
private $container;
/**
* Session segment used to store session variables
* @var \Aura\Session\Segment
*/
private $sessionSegment;
/**
* FrontController constructor.
*