10 lines
238 B
YAML
10 lines
238 B
YAML
|
|
imports:
|
||
|
|
- { resource: ../config_test.yml }
|
||
|
|
- { resource: config.yml }
|
||
|
|
|
||
|
|
framework:
|
||
|
|
router:
|
||
|
|
resource: "%kernel.project_dir%/app/config/admin-api/routing_test.yml"
|
||
|
|
strict_requirements: ~
|
||
|
|
profiler: { only_exceptions: false }
|