Commit 416e3fb0 authored by Nicolas Widart's avatar Nicolas Widart

Enable sidebar caching

parent 0f64de2b
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"asgardcms" "asgardcms"
], ],
"license": "MIT", "license": "MIT",
"version": "1.0.5", "version": "1.0.6",
"type": "project", "type": "project",
"require": { "require": {
"laravel/framework": "~5.1", "laravel/framework": "~5.1",
......
...@@ -13,7 +13,7 @@ return [ ...@@ -13,7 +13,7 @@ return [
| |
*/ */
'cache' => [ 'cache' => [
'method' => null, 'method' => 'user-based',
'duration' => 1440 'duration' => 1440
] ]
]; ];
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