Skip to content

Commit

Permalink
This should fix autowire
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoLouwerse committed Sep 24, 2024
1 parent e8a85d0 commit 304e188
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Resources/config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ services:
- '../../src/DependencyInjection/'
- '../../src/Entity/'
- '../../src/Resources/'
- '../../src/OpenIndex.php'
- '../../src/OpenIndexExtension.php'

# this config only applies to the services created by this file
# _instanceof:
_instanceof:
# actionHandlers whose classes are instances of ActionHandlerInterface will be tagged automatically and set to public
# CommonGateway\OpenIndex\ActionHandler\ActionHandlerInterface:
# public: true
# tags: ['commongateway.action_handlers']
CommonGateway\CoreBundle\ActionHandler\ActionHandlerInterface:
public: true
tags: ['commongateway.action_handlers']

# installers whose classes are instances of InstallerInterface will be tagged automatically and set to public
# CommonGateway\OpenIndex\Installer\InstallerInterface:
# public: true
# tags: ['commongateway.installer']
CommonGateway\CoreBundle\Installer\InstallerInterface:
public: true
tags: ['commongateway.installer']

0 comments on commit 304e188

Please sign in to comment.