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

Commit

Permalink
bug #6 Bug fix (slmcncb)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

Bug fix

e4cc0a3#diff-a250e7565daed7b88f994541e152e67cR37

Error:
```
Type error: Argument 5 passed to EasyCorp\Bundle\EasySecurityBundle\Security\Security::__construct() must be an instance of Symfony\Component\Security\Core\Role\RoleHierarchy, instance of Symfony\Component\HttpFoundation\Session\Session given, called in /var/www/winlytics/var/cache/dev/appDevDebugProjectContainer.php on line 2636
```

Commits
-------

a4d7eeb Update services.xml
  • Loading branch information
javiereguiluz committed Aug 29, 2017
2 parents e289119 + a4d7eeb commit ab3cbf5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
<argument type="service" id="security.authorization_checker" />
<argument type="service" id="security.password_encoder" />
<argument type="service" id="security.authentication_utils" />
<argument type="service" id="session" />
<argument type="service" id="security.role_hierarchy" on-invalid="null" />
</service>
</services>
</container>
</container>

0 comments on commit ab3cbf5

Please sign in to comment.