Completed
Push — master ( b0dccf...a37019 )
by Mike
10s
created
src/Providers/Service.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 
9 9
     public function boot()
10 10
     {
11
-        $configPath = __DIR__ . '/../../config/laravel-model-caching.php';
11
+        $configPath = __DIR__.'/../../config/laravel-model-caching.php';
12 12
         $this->mergeConfigFrom($configPath, 'laravel-model-caching');
13 13
     }
14 14
 }
Please login to merge, or discard this patch.