Completed
Pull Request — master (#2)
by Evgenii
11:31
created
src/ImgixServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     public function boot()
15 15
     {
16 16
         $this->publishes([
17
-            dirname(__DIR__) . '/config/imgix.php' => config_path('imgix.php'),
17
+            dirname(__DIR__).'/config/imgix.php' => config_path('imgix.php'),
18 18
         ], 'laravel-imgix');
19 19
     }
20 20
 
Please login to merge, or discard this patch.