Test Failed
Push — master ( 4cbf8e...eeebe2 )
by Sergi Tur
01:01
created
src/Traits/LaravelConfigFile.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -214,7 +214,7 @@
 block discarded – undo
214 214
      */
215 215
     protected function installConfigFileWithBash()
216 216
     {
217
-        passthru(str_replace(" ", "\ ", __DIR__).'/../bash_scripts/iluminar.sh '. str_replace(" ", "\ ", $this->laravel_config_file) .' '
217
+        passthru(str_replace(" ", "\ ", __DIR__).'/../bash_scripts/iluminar.sh '.str_replace(" ", "\ ", $this->laravel_config_file).' '
218 218
             . str_replace(" ", "\ ", $this->laravel_services_file));
219 219
     }
220 220
 
Please login to merge, or discard this patch.