mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-09 22:17:26 +01:00
Used correct disabled value
This commit is contained in:
parent
56e1fd5acd
commit
57fe3c2dce
@ -14,7 +14,7 @@
|
||||
<env name="APP_DEBUG" value="1" />
|
||||
<env name="APP_SECRET" value="s$cretf0rt3st" />
|
||||
<env name="SHELL_VERBOSITY" value="-1" />
|
||||
<env name="SYMFONY_DEPRECATIONS_HELPER" value="0" />
|
||||
<env name="SYMFONY_DEPRECATIONS_HELPER" value="disabled" />
|
||||
</php>
|
||||
|
||||
<testsuites>
|
||||
|
Loading…
Reference in New Issue
Block a user