Skip to content

Commit c3c698e

Browse files
committed
remove definition of command as service
1 parent 77230e1 commit c3c698e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Resources/config/services.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@
1919
<argument type="service" id="doctrine_phpcr.default_session" />
2020
</service>
2121

22-
<service id="phpcr_migrations.command.migrate" class="DTL\Bundle\PhpcrMigrations\Command\MigrateCommand">
23-
<argument type="service" id="phpcr_migrations.migrator_factory" />
24-
<argument type="service" id="service_container" />
25-
<tag name="console.command" />
26-
</service>
27-
2822
<service id="phpcr_migrations.migrator_factory" class="PHPCR\Migrations\MigratorFactory">
2923
<argument type="service" id="phpcr_migrations.version_storage" />
3024
<argument type="service" id="phpcr_migrations.version_finder" />

0 commit comments

Comments
 (0)