Skip to content

Commit

Permalink
SessionServiceProvider: Remove unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
hansott committed Jun 1, 2016
1 parent 74669cf commit 3891d14
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Silex/Provider/SessionServiceProvider.php
Original file line number Diff line number Diff line change
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 3891d14

Please sign in to comment.