改名
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user