Skip to content

Commit

Permalink
Merge pull request #2954 from acrobat/add-autowire-alias
Browse files Browse the repository at this point in the history
[AdminBundle] Add autowire alias
  • Loading branch information
acrobat authored Oct 3, 2021
2 parents 11c3f47 + 82d1330 commit 3b7e353
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Kunstmaan/AdminBundle/Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ parameters:
kunstmaan_admin.toolbar.collector.exception.class: 'Kunstmaan\AdminBundle\Toolbar\ExceptionDataCollector'

services:
# Autowire aliases
Kunstmaan\AdminBundle\Helper\Security\Acl\AclHelper: '@kunstmaan_admin.acl.helper'

kunstmaan_admin.menubuilder:
class: '%kunstmaan_admin.menubuilder.class%'
arguments: ['@request_stack']
Expand Down

0 comments on commit 3b7e353

Please sign in to comment.