This commit is contained in:
2021-08-17 18:19:26 +08:00
parent b441c07ef5
commit 6d92ca5b56
2 changed files with 18 additions and 4 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ abstract class AbstractConsole extends Component
* @return mixed
* @throws Exception
*/
public function execCommand(Command $command): mixed
public function exec(Command $command): mixed
{
fire(new OnBeforeCommandExecute());