Skip to content

Commit 26efa49

Browse files
authoredMar 3, 2018
Commands should not be marked as public: false (#38)
This will fix #36
1 parent 6801d53 commit 26efa49

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎Resources/config/services.yml

-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@ services:
22
# Commands
33
backup_manager.command.backup:
44
class: BM\BackupManagerBundle\Command\BackupCommand
5-
public: false
65
arguments: ['@backup_manager', '']
76
tags:
87
- { name: 'console.command' }
98

109
backup_manager.command.restore:
1110
class: BM\BackupManagerBundle\Command\RestoreCommand
12-
public: false
1311
arguments: ['@backup_manager']
1412
tags:
1513
- { name: 'console.command' }

0 commit comments

Comments
 (0)
Please sign in to comment.