Skip to content

Commit f3d9572

Browse files
Apply suggestion from @bobvandevijver
1 parent 03a64f1 commit f3d9572

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Resources/config/services.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@
7878
$services->set('admingenerator.maker.make_admin', MakeAdmin::class)
7979
->tag('maker.command')
8080
->tag('container.no_preload');
81-
82-
8381
$services->set('admingenerator.command.install-assets', AssetsInstallCommand::class)
8482
->tag('console.command', ['command' => 'admin:install-assets'])
8583
->arg('$projectDir', param('kernel.project_dir'));

0 commit comments

Comments
 (0)