Skip to content

Commit 5964700

Browse files
authored
Fix autoconfigure
1 parent d1860cc commit 5964700

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)