Commit a4c7c51f authored by Fabien Potencier's avatar Fabien Potencier

fixed visibility

parent 38c84add
...@@ -28,7 +28,7 @@ class SessionListener extends BaseSessionListener ...@@ -28,7 +28,7 @@ class SessionListener extends BaseSessionListener
$this->app = $app; $this->app = $app;
} }
public function getSession() protected function getSession()
{ {
if (!isset($this->app['session'])) { if (!isset($this->app['session'])) {
return null; return null;
......
...@@ -28,7 +28,7 @@ class TestSessionListener extends BaseTestSessionListener ...@@ -28,7 +28,7 @@ class TestSessionListener extends BaseTestSessionListener
$this->app = $app; $this->app = $app;
} }
public function getSession() protected function getSession()
{ {
if (!isset($this->app['session'])) { if (!isset($this->app['session'])) {
return null; return null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment