Skip to content

Commit 2ebef20

Browse files
committed
Fix autoconfigure
1 parent 67f0fc2 commit 2ebef20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/swagger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
'AppBundle\Swagger\SwaggerDecorator':
2121
decorates: 'api_platform.swagger.normalizer.documentation'
2222
arguments: [ '@AppBundle\Swagger\SwaggerDecorator.inner' ]
23-
public: false
23+
autoconfigure: false
2424
```
2525
2626
```php

0 commit comments

Comments
 (0)