Test Setup Failed
Push — master ( ff5592...d164fd )
by Innocent
23:47
created
src/Providers/LaraStartServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,10 +20,10 @@
 block discarded – undo
20 20
     {
21 21
         ResponseFactory::mixin(new ResponseMixin());
22 22
 
23
-        $this->mergeConfigFrom(__DIR__.'/../../config/larastart.php', 'larastart');
23
+        $this->mergeConfigFrom(__DIR__ . '/../../config/larastart.php', 'larastart');
24 24
 
25 25
         $this->publishes([
26
-            __DIR__.'/../../config/larastart.php' => config_path('larastart.php'),
26
+            __DIR__ . '/../../config/larastart.php' => config_path('larastart.php'),
27 27
         ], 'larastart-config');
28 28
 
29 29
         $this->commands([
Please login to merge, or discard this patch.