@@ -14,7 +14,7 @@ discard block |
||
| 14 | 14 | |
| 15 | 15 | public function boot() |
| 16 | 16 | { |
| 17 | - $configPath = __DIR__ . '/../../config/laravel-model-caching.php'; |
|
| 17 | + $configPath = __DIR__.'/../../config/laravel-model-caching.php'; |
|
| 18 | 18 | $this->mergeConfigFrom($configPath, 'laravel-model-caching'); |
| 19 | 19 | $this->commands([ |
| 20 | 20 | Clear::class, |
@@ -27,7 +27,7 @@ discard block |
||
| 27 | 27 | |
| 28 | 28 | public function register() |
| 29 | 29 | { |
| 30 | - if (! class_exists('GeneaLabs\LaravelModelCaching\EloquentBuilder')) { |
|
| 30 | + if (!class_exists('GeneaLabs\LaravelModelCaching\EloquentBuilder')) { |
|
| 31 | 31 | class_alias( |
| 32 | 32 | ModelCaching::builder(), |
| 33 | 33 | 'GeneaLabs\LaravelModelCaching\EloquentBuilder' |