@@ -38,8 +38,8 @@ |
||
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 | } |