Skip to content

Commit

Permalink
Update services.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zanaras committed Sep 7, 2017
1 parent ca98c79 commit 46fa36f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/config/services.yml
@@ -1,7 +1,7 @@
services:
appstate:
class: BM2\SiteBundle\Service\AppState
arguments: [@doctrine.orm.entity_manager, @security.context, @session]
arguments: [@doctrine.orm.entity_manager, @security.token_storage, @security.authorization_checker, @session]
pagereader:
class: BM2\SiteBundle\Service\PageReader
twig.extension.geography:
Expand Down Expand Up @@ -135,4 +135,3 @@ services:
class: Symfony\Bridge\Monolog\Formatter\ConsoleFormatter
arguments:
- "%%start_tag%%%%message%%%%end_tag%%\n"

0 comments on commit 46fa36f

Please sign in to comment.