Passed
Push — master ( 56e7e1...f8eeb0 )
by Carlos
53s queued 12s
created
src/FollowServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,11 +9,11 @@
 block discarded – undo
9 9
     public function boot()
10 10
     {
11 11
         $this->publishes([
12
-            \dirname(__DIR__) . '/config/follow.php' => config_path('follow.php'),
12
+            \dirname(__DIR__).'/config/follow.php' => config_path('follow.php'),
13 13
         ], 'config');
14 14
 
15 15
         $this->publishes([
16
-            \dirname(__DIR__) . '/migrations/' => database_path('migrations'),
16
+            \dirname(__DIR__).'/migrations/' => database_path('migrations'),
17 17
         ], 'migrations');
18 18
     }
19 19
 }
Please login to merge, or discard this patch.