diff options
Diffstat (limited to 'src/Controller/Session.php')
-rw-r--r-- | src/Controller/Session.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Controller/Session.php b/src/Controller/Session.php index 3318932..cba83b7 100644 --- a/src/Controller/Session.php +++ b/src/Controller/Session.php @@ -33,7 +33,7 @@ trait Session /** * Link the session to the session property in the controller */ - protected function useSession() + public function useSession() { $this->session = $this->getRequest()->getAttribute('session'); |