Skip to content

Commit d6ebf15

Browse files
committed
[doc] fix CommandSummarySubscriber config
1 parent 0ca67cc commit d6ebf15

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,10 @@ If using Symfony, configure it as a service to enable:
398398

399399
```yaml
400400
# config/packages/zenstruck_console_extra.yaml
401-
Zenstruck\Console\EventListener\CommandSummarySubscriber:
402-
autoconfigure: true
401+
402+
services:
403+
Zenstruck\Console\EventListener\CommandSummarySubscriber:
404+
autoconfigure: true
403405
```
404406
405407
**NOTE**: This will display a summary after every registered command runs.

0 commit comments

Comments
 (0)