Passed
Push — master ( ba5b8d...97e6fb )
by Iman
03:34 queued 01:23
created
src/StreamServiceProvider.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 register()
16 16
     {
17
-        $this->mergeConfigFrom(__DIR__.'/config.php', 'laravel_video');
17
+        $this->mergeConfigFrom(__DIR__ . '/config.php', 'laravel_video');
18 18
     }
19 19
 
20 20
     /**
@@ -24,6 +24,6 @@  discard block
 block discarded – undo
24 24
      */
25 25
     public function boot()
26 26
     {
27
-        $this->publishes([__DIR__.'/config.php' => config_path('laravel_video.php')], 'laravel_video');
27
+        $this->publishes([__DIR__ . '/config.php' => config_path('laravel_video.php')], 'laravel_video');
28 28
     }
29 29
 }
Please login to merge, or discard this patch.