We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c25533 commit 3513cfaCopy full SHA for 3513cfa
src/Providers/ModuleProvider.php
@@ -65,7 +65,7 @@ public function register()
65
66
$app->bind('TypiCMS\Modules\Places\Repositories\PlaceInterface', function (Application $app) {
67
$repository = new EloquentPlace(new Place);
68
- if (! Config::get('app.cache')) {
+ if (! config('typicms.cache')) {
69
return $repository;
70
}
71
$laravelCache = new LaravelCache($app['cache'], 'places', 10);
0 commit comments