Commit 2b8f01f5 authored by Nicolas Widart's avatar Nicolas Widart

Enable caching by default

parent 0ea907fc
...@@ -151,7 +151,7 @@ return [ ...@@ -151,7 +151,7 @@ return [
| |
*/ */
'cache' => [ 'cache' => [
'enabled' => false, 'enabled' => true,
'key' => 'laravel-modules', 'key' => 'laravel-modules',
'lifetime' => 60, 'lifetime' => 60,
], ],
......
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