Undeclared properties
This commit is contained in:
parent
433a580d64
commit
3ead8dd458
4 changed files with 46 additions and 17 deletions
|
@ -24,6 +24,13 @@ class LocaleManager
|
|||
*/
|
||||
private $curLocale;
|
||||
|
||||
/**
|
||||
* Session segment used to store session variables.
|
||||
*
|
||||
* @var \Aura\Session\Segment
|
||||
*/
|
||||
private $sessionSegment;
|
||||
|
||||
/**
|
||||
* LocaleManager constructor.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue