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