Commit a4df5ace authored by Fabien Potencier's avatar Fabien Potencier

minor #1381 SessionServiceProvider: Remove unused property (hansott)

This PR was merged into the 2.0.x-dev branch.

Discussion
----------

SessionServiceProvider: Remove unused property

Commits
-------

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