Skip to content

Commit 67f0fc2

Browse files
sryabovdunglas
authored andcommitted
Fix swagger.md
Fix decorator service declaration in swagger.md
1 parent 7538a7c commit 67f0fc2

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+
public: false
2324
```
2425
2526
```php

0 commit comments

Comments
 (0)