Undeclared property
This commit is contained in:
parent
efe0b97d7f
commit
7a9d65d1fd
1 changed files with 6 additions and 0 deletions
|
@ -39,6 +39,12 @@ class FrontController
|
||||||
*/
|
*/
|
||||||
private $container;
|
private $container;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Session segment used to store session variables
|
||||||
|
* @var \Aura\Session\Segment
|
||||||
|
*/
|
||||||
|
private $sessionSegment;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* FrontController constructor.
|
* FrontController constructor.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue