Commit fbe14ac
committed
fix: without
Error during config DI processing
```sh
compose --env-file .env-docker run --rm -t php-cli php bin/console deb:conf api_platform
In ApiPlatformExtension.php line 312:
Warning: Undefined array key "defaults"
```api_platform.defaults config key, DI extension fail1 parent 028325b commit fbe14ac
File tree
1 file changed
+1
-1
lines changed- src/Symfony/Bundle/DependencyInjection
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
| 312 | + | |
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
| |||
0 commit comments