shlink/config/autoload/zend-expressive.global.php

10 lines
104 B
PHP
Raw Normal View History

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 [
'debug' => false,
2016-07-19 09:30:48 -05:00
'config_cache_enabled' => true,
2016-04-10 02:38:07 -05:00
];