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