Test Failed
Push — master ( e24dc8...83c9b1 )
by Nur
09:23
created
src/LikeableServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,12 +81,12 @@
 block discarded – undo
81 81
      */
82 82
     protected function registerPublishes()
83 83
     {
84
-        $databasePath = __DIR__.'/../migrations';
84
+        $databasePath = __DIR__ . '/../migrations';
85 85
         $this->loadMigrationsFrom($databasePath);
86 86
 
87 87
         if ($this->app->runningInConsole()) {
88 88
             $this->publishes([
89
-                __DIR__.'./../migrations' => database_path('migrations'),
89
+                __DIR__ . './../migrations' => database_path('migrations'),
90 90
             ], 'migrations');
91 91
         }
92 92
     }
Please login to merge, or discard this patch.