Completed
Push — master ( 95e46b...dd0453 )
by Edgar
04:26 queued 01:47
created
src/Inbounder/InbounderServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     public function boot()
32 32
     {
33 33
         $this->publishes([
34
-            __DIR__.'/../config.php' => config_path('inbounder.php')
34
+            __DIR__ . '/../config.php' => config_path('inbounder.php')
35 35
         ], 'config');
36 36
     }
37 37
 }
38 38
\ No newline at end of file
Please login to merge, or discard this patch.