mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Merge pull request #511
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
services:
|
||||
SensioLabs\Security\SecurityChecker:
|
||||
public: false
|
||||
_defaults:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
|
||||
SensioLabs\Security\Command\SecurityCheckerCommand:
|
||||
arguments: ['@SensioLabs\Security\SecurityChecker']
|
||||
public: false
|
||||
tags:
|
||||
- { name: console.command, command: 'security:check' }
|
||||
SensioLabs\Security\SecurityChecker: ~
|
||||
|
||||
SensioLabs\Security\Command\SecurityCheckerCommand: ~
|
||||
|
||||
Reference in New Issue
Block a user