Skip to content

Commit

Permalink
Commands should not be marked as public: false (#38)
Browse files Browse the repository at this point in the history
This will fix #36
  • Loading branch information
Nyholm authored Mar 3, 2018
1 parent 6801d53 commit 26efa49
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@ services:
# Commands
backup_manager.command.backup:
class: BM\BackupManagerBundle\Command\BackupCommand
public: false
arguments: ['@backup_manager', '']
tags:
- { name: 'console.command' }

backup_manager.command.restore:
class: BM\BackupManagerBundle\Command\RestoreCommand
public: false
arguments: ['@backup_manager']
tags:
- { name: 'console.command' }
Expand Down

0 comments on commit 26efa49

Please sign in to comment.