2016-04-10 02:38:07 -05:00
|
|
|
<?php
|
2017-10-12 03:13:20 -05:00
|
|
|
declare(strict_types=1);
|
2016-04-10 02:38:07 -05:00
|
|
|
|
|
|
|
return [
|
|
|
|
|
2016-07-19 11:32:59 -05:00
|
|
|
'debug' => false,
|
2016-07-19 09:30:48 -05:00
|
|
|
'config_cache_enabled' => true,
|
2016-04-10 02:38:07 -05:00
|
|
|
|
|
|
|
];
|