Skip to content
This repository has been archived by the owner on Jul 4, 2018. It is now read-only.

Commit

Permalink
minor #1381 SessionServiceProvider: Remove unused property (hansott)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.0.x-dev branch.

Discussion
----------

SessionServiceProvider: Remove unused property

Commits
-------

3891d14 SessionServiceProvider: Remove unused property
  • Loading branch information
fabpot committed Jun 3, 2016
2 parents 74669cf + 3891d14 commit a4df5ac
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Silex/Provider/SessionServiceProvider.php
Expand Up @@ -29,12 +29,8 @@
*/
class SessionServiceProvider implements ServiceProviderInterface, EventListenerProviderInterface
{
private $app;

public function register(Container $app)
{
$this->app = $app;

$app['session.test'] = false;

$app['session'] = function ($app) {
Expand Down

0 comments on commit a4df5ac

Please sign in to comment.