Skip to content

Commit ea2fcdb

Browse files
authored
Merge pull request #267 from sryabov/patch-1
Fix swagger.md
2 parents 9610017 + 5964700 commit ea2fcdb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/swagger.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ services:
1919

2020
'AppBundle\Swagger\SwaggerDecorator':
2121
decorates: 'api_platform.swagger.normalizer.documentation'
22-
arguments: [ '@app.swagger.swagger_decorator.inner' ]
22+
arguments: [ '@AppBundle\Swagger\SwaggerDecorator.inner' ]
23+
autoconfigure: false
2324
```
2425
2526
```php

0 commit comments

Comments
 (0)