Completed
Push — master ( b4fb45...fd4491 )
by dima
02:45
created
app/Console/Commands/InstallPackagesCommand.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,8 +33,7 @@
 block discarded – undo
33 33
 
34 34
 			if (!copy($file->getRealpath(), $root_path . '/db/' . $file->getRelativePathname())) {
35 35
 			  $output->writeln( sprintf("error copy migration %s...", $file->getRelativePathname()) );
36
-			}
37
-			else{
36
+			} else{
38 37
 				$output->writeln( sprintf("copy migration %s", $file->getRelativePathname()) );
39 38
 			}
40 39
 		}
Please login to merge, or discard this patch.