8 lines
95 B
PHP
8 lines
95 B
PHP
<?php
|
|
|
|
return [
|
|
'middleware-enabled' => env('APP_DEBUG', false),
|
|
|
|
'cachetime' => 60
|
|
];
|