@@ -8,7 +8,7 @@ |
||
| 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 | } |