This commit is contained in:
2021-03-25 23:33:37 -03:00
parent cd1ee7d446
commit 8fe357cc95
16 changed files with 216 additions and 58 deletions

5
setup/env/config.php vendored Normal file
View File

@ -0,0 +1,5 @@
<?php
return [
'debug' => false,
'benchmark' => false
];