mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 23:59:26 +03:00
18 lines
435 B
YAML
18 lines
435 B
YAML
|
services:
|
||
|
_defaults:
|
||
|
public: false
|
||
|
autowire: true
|
||
|
autoconfigure: true
|
||
|
|
||
|
Nelmio\ApiDocBundle\Command\DumpCommand:
|
||
|
arguments:
|
||
|
$container: '@service_container'
|
||
|
|
||
|
Nelmio\ApiDocBundle\Command\SwaggerDumpCommand:
|
||
|
arguments:
|
||
|
$container: '@service_container'
|
||
|
|
||
|
Nelmio\ApiDocBundle\Controller\ApiDocController:
|
||
|
arguments:
|
||
|
$c: '@service_container'
|