Skip to content

Commit

Permalink
Comment away settings that are not used
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzondervan committed Jun 4, 2024
1 parent a5ddac4 commit dee6a4e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Resources/config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ services:
# this config only applies to the services created by this file
_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\OpenIndex\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\OpenIndex\Installer\InstallerInterface:
# public: true
# tags: ['commongateway.installer']

0 comments on commit dee6a4e

Please sign in to comment.