Skip to content

Commit c79f603

Browse files
hjuarez20enzolutions
authored andcommitted
[composerize] Fixed key services (#4101)
1 parent c7ed72e commit c79f603

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

config/services/misc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ services:
1313
arguments: ['@console.root', '@app.root']
1414
tags:
1515
- { name: drupal.command }
16+
console.composerize:
17+
class: Drupal\Console\Command\ComposerizeCommand
18+
tags:
19+
- { name: drupal.command }

services.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,3 @@ services:
3232
console.annotation_validator:
3333
class: Drupal\Console\Utils\AnnotationValidator
3434
arguments: ['@console.annotation_command_reader', '@console.extension_manager']
35-
# Commands
36-
console.generate_composer:
37-
class: Drupal\Console\Command\ComposerizeCommand
38-
tags:
39-
- { name: drupal.command }
40-

0 commit comments

Comments
 (0)