Skip to content

Commit a98d98a

Browse files
authored
Update local definitions (#11)
1 parent 182a1dd commit a98d98a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

console.config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
application:
2-
autowire:
3-
commands:
4-
forced: {}
1+
#application:
2+
# autowire:
3+
# commands:
4+
# forced:
55
# 'extend:example':
66
# class: '\Drupal\Console\Extend\Command\ExampleCommand'
7-
name: {}
7+
# name:
88
# 'extend:example':
99
# class: '\Drupal\Console\Extend\Command\ExampleCommand'

console.services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
services:
1+
#services:
22
# console.extend_example:
33
# class: \Drupal\Console\Extend\Command\ExampleCommand
44
# tags:

0 commit comments

Comments
 (0)