Commit 408f8835 authored by Nicolas Widart's avatar Nicolas Widart

Adding back the cache.time configuration key

parent 45d8a5b2
...@@ -15,6 +15,14 @@ return [ ...@@ -15,6 +15,14 @@ return [
'default' => env('CACHE_DRIVER', 'array'), 'default' => env('CACHE_DRIVER', 'array'),
/*
|--------------------------------------------------------------------------
| Cache Time
|--------------------------------------------------------------------------
| The default cache time in minutes used on the Cache Decorators
*/
'time' => 60,
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| Cache Stores | Cache Stores
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment