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

Enable caching by default

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