Skip to content

Commit f6091a9

Browse files
authored
[debug:breakpoints] Make breakpoint.manager optional. (#3450)
1 parent b0513d1 commit f6091a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/services/debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ services:
9292
- { name: drupal.command }
9393
console.breakpoints_debug:
9494
class: Drupal\Console\Command\Debug\BreakpointsCommand
95-
arguments: ['@breakpoint.manager', '@app.root']
95+
arguments: ['@?breakpoint.manager', '@app.root']
9696
tags:
9797
- { name: drupal.command }
9898
console.cache_context_debug:

0 commit comments

Comments
 (0)