This commit is contained in:
2021-04-12 11:02:11 +08:00
parent 6eb6cbfe9f
commit 996ff50e99
+5 -4
View File
@@ -51,10 +51,11 @@ abstract class AbstractConsole extends Component
return $this; return $this;
} }
/** /**
* @param Command $command * @param Command $command
* @return mixed * @return mixed
*/ * @throws Exception
*/
public function execCommand(Command $command): mixed public function execCommand(Command $command): mixed
{ {
fire(Event::BEFORE_COMMAND_EXECUTE); fire(Event::BEFORE_COMMAND_EXECUTE);