Skip to content

Commit

Permalink
minor silexphp#1381 SessionServiceProvider: Remove unused property (h…
Browse files Browse the repository at this point in the history
…ansott)

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
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 a4df5ac

Please sign in to comment.