Commit 3891d14f authored by Hans Ott's avatar Hans Ott

SessionServiceProvider: Remove unused property

parent 74669cf1
...@@ -29,12 +29,8 @@ use Symfony\Component\HttpFoundation\Session\Session; ...@@ -29,12 +29,8 @@ use Symfony\Component\HttpFoundation\Session\Session;
*/ */
class SessionServiceProvider implements ServiceProviderInterface, EventListenerProviderInterface class SessionServiceProvider implements ServiceProviderInterface, EventListenerProviderInterface
{ {
private $app;
public function register(Container $app) public function register(Container $app)
{ {
$this->app = $app;
$app['session.test'] = false; $app['session.test'] = false;
$app['session'] = function ($app) { $app['session'] = function ($app) {
......
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