mirror of
https://github.com/symfony/recipes.git
synced 2026-09-16 09:36:24 +03:00
Using autowire & autoconfigure in security_checker.yaml This made for consistency with main `config/services.yaml` style and following the latest trends
9 lines
179 B
YAML
9 lines
179 B
YAML
services:
|
|
_defaults:
|
|
autowire: true
|
|
autoconfigure: true
|
|
|
|
SensioLabs\Security\SecurityChecker: ~
|
|
|
|
SensioLabs\Security\Command\SecurityCheckerCommand: ~
|