8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a3201 commit 62f204cCopy full SHA for 62f204c
README.md
@@ -17,6 +17,13 @@ CQRS (Command Query Responsibility Segregation) it's an architectural pattern th
17
symfony powerfull DI with autowire and autoconfigure enable
18
19
```
20
+services:
21
+
22
+ # default configuration for services in *this* file
23
+ _defaults:
24
+ autowire: true # Automatically injects dependencies in your services.
25
+ autoconfigure: true # Automatically registers your services as commands, event subscribers, etc.
26
+ public: false
27
28
29
docs/cqrs_fr.md
@@ -336,7 +336,6 @@ class EmployeeController extends AbstractController
336
337
Même principe pour une query
338
339
-
340
341
342
namespace App\Employee\Presenter;
0 commit comments