Skip to content

Commit

Permalink
Twig global variable service and tag router service need to be public
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Oct 30, 2017
1 parent 498fac5 commit e97168e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bundle/Resources/config/admin/templating.yml
@@ -1,7 +1,7 @@
services:
eztags.templating.admin_global_variable:
class: Netgen\TagsBundle\Templating\Twig\AdminGlobalVariable
public: false
public: true
# We need the lazy flag due to usage of dynamic parameters
lazy: true
calls:
Expand Down
2 changes: 1 addition & 1 deletion bundle/Resources/config/services.yml
Expand Up @@ -15,7 +15,7 @@ services:

eztags.routing.tag_router:
class: Netgen\TagsBundle\Routing\TagRouter
public: false
public: true
lazy: true
arguments:
- "@eztags.api.service.tags"
Expand Down

0 comments on commit e97168e

Please sign in to comment.