Passed
Push — master ( e97c07...69991b )
by Mike
04:23
created
src/Providers/Service.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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'
Please login to merge, or discard this patch.