forked from wallabag/wallabag
Use FQCN as service name for commands
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user