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