File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -975,19 +975,19 @@ for classes under the same namespace:
975975 In order to have multiple definitions, add the ``namespace `` option and use any
976976unique string as the key of each service config:
977977
978- .. code-block :: yaml
978+ .. code-block :: yaml
979979
980- # app/config/services.yml
981- services :
982- command_handlers :
983- namespace : App\Domain\
984- resource : ' ../../src/Domain/*/CommandHandler'
985- tags : [command_handler]
986-
987- event_subscribers :
988- namespace : App\Domain\
989- resource : ' ../../src/Domain/*/EventSubscriber'
990- tags : [event_subscriber]
980+ # app/config/services.yml
981+ services :
982+ command_handlers :
983+ namespace : App\Domain\
984+ resource : ' ../../src/Domain/*/CommandHandler'
985+ tags : [command_handler]
986+
987+ event_subscribers :
988+ namespace : App\Domain\
989+ resource : ' ../../src/Domain/*/EventSubscriber'
990+ tags : [event_subscriber]
991991
992992 .. _services-explicitly-configure-wire-services :
993993
You can’t perform that action at this time.
0 commit comments