Skip to content

Commit 3513cfa

Browse files
committed
Update ModuleProvider.php
1 parent 9c25533 commit 3513cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/ModuleProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function register()
6565

6666
$app->bind('TypiCMS\Modules\Places\Repositories\PlaceInterface', function (Application $app) {
6767
$repository = new EloquentPlace(new Place);
68-
if (! Config::get('app.cache')) {
68+
if (! config('typicms.cache')) {
6969
return $repository;
7070
}
7171
$laravelCache = new LaravelCache($app['cache'], 'places', 10);

0 commit comments

Comments
 (0)