Skip to content

Commit 3ce0d40

Browse files
committed
do not replace definition arguments that have not been configured
1 parent 0d4336b commit 3ce0d40

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Resources/config/console.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@
8484
->set('console.command.cache_pool_clear', CachePoolClearCommand::class)
8585
->args([
8686
service('cache.global_clearer'),
87-
null,
8887
])
8988
->tag('console.command')
9089

@@ -97,7 +96,6 @@
9796
->set('console.command.cache_pool_delete', CachePoolDeleteCommand::class)
9897
->args([
9998
service('cache.global_clearer'),
100-
null,
10199
])
102100
->tag('console.command')
103101

0 commit comments

Comments
 (0)