Skip to content

Commit

Permalink
Commands as services
Browse files Browse the repository at this point in the history
Signed-off-by: daverner <daverner@sqli.com>
  • Loading branch information
daverner committed May 29, 2020
1 parent 4d617c8 commit e8045d0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ services:
autoconfigure: true
public: false

SQLI\EzToolboxBundle\Command\:
resource: "../../Command/*"

SQLI\EzToolboxBundle\Controller\:
resource: "../../Controller/*"
exclude: "../../Controller/{Controller}"
Expand All @@ -26,9 +29,4 @@ services:
- "Entity"
- "%sqli_ez_toolbox.entities%"
- "%kernel.root_dir%"
- "@annotation_reader"

parameters:
sqli_ez_toolbox.entities: []
sqli_ez_toolbox.contenttype_installer.installation_directory: app/content_types
sqli_ez_toolbox.contenttype_installer.is_absolute_path: false
- "@annotation_reader"

0 comments on commit e8045d0

Please sign in to comment.