Commit a4c7c51f authored by Fabien Potencier's avatar Fabien Potencier

fixed visibility

parent 38c84add
......@@ -28,7 +28,7 @@ class SessionListener extends BaseSessionListener
$this->app = $app;
}
public function getSession()
protected function getSession()
{
if (!isset($this->app['session'])) {
return null;
......
......@@ -28,7 +28,7 @@ class TestSessionListener extends BaseTestSessionListener
$this->app = $app;
}
public function getSession()
protected function getSession()
{
if (!isset($this->app['session'])) {
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