Skip to content

Commit 79aa552

Browse files
authored
fix: Satisfy new configuration in Symfony 5.1 (#1419)
1 parent 86d71dd commit 79aa552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/jwt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ services:
291291
292292
App\OpenApi\JwtDecorator:
293293
decorates: 'api_platform.openapi.factory'
294-
autoconfigure: false
294+
arguments: ['@.inner']
295295
```
296296

297297
## Testing

0 commit comments

Comments
 (0)