Completed
Push — master ( 357eb6...5eff20 )
by dima
02:34
created
app/Console/Commands/SeedResetCommand.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,8 +38,8 @@
 block discarded – undo
38 38
 
39 39
 		if($class::reset()){
40 40
 			$output->writeln(sprintf("Seed %s reset success!", $class));
41
+		} else {
42
+					$output->writeln("Command seed:reset fail to execute!");
41 43
 		}
42
-		else
43
-			$output->writeln("Command seed:reset fail to execute!");
44 44
 	}
45 45
 }
Please login to merge, or discard this patch.