Use FQCN as service name for commands

This commit is contained in:
Yassine Guedidi
2022-04-24 17:20:27 +02:00
parent a7addd3c13
commit 9f7a076e41
2 changed files with 6 additions and 42 deletions

View File

@ -132,10 +132,6 @@ services:
tags:
- { name: wallabag_import.import, alias: chrome }
wallabag_import.command.import:
class: Wallabag\ImportBundle\Command\ImportCommand
tags: ['console.command']
wallabag_import.command.redis_worker:
class: Wallabag\ImportBundle\Command\RedisWorkerCommand
tags: ['console.command']
Wallabag\ImportBundle\Command\:
resource: ../../Command/*
autoconfigure: true