Skip to content

Commit

Permalink
Update ModuleProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Apr 16, 2015
1 parent 54b4b2c commit 9fcaa4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/TypiCMS/Modules/Files/Providers/ModuleProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function register()
if (! Config::get('app.cache')) {
return $repository;
}
$laravelCache = new LaravelCache($app['cache'], ['galleries', 'files'], 10);
$laravelCache = new LaravelCache($app['cache'], ['files', 'galleries'], 10);

return new CacheDecorator($repository, $laravelCache);
});
Expand Down

0 comments on commit 9fcaa4f

Please sign in to comment.