modify plugin name
This commit is contained in:
@@ -241,6 +241,8 @@ class Application extends BaseApplication
|
|||||||
|
|
||||||
$this->getContainer()->setBindings(OutputInterface::class, $output);
|
$this->getContainer()->setBindings(OutputInterface::class, $output);
|
||||||
|
|
||||||
|
scan_directory(MODEL_PATH, 'app\Model');
|
||||||
|
|
||||||
$class->run($input, $output);
|
$class->run($input, $output);
|
||||||
fire(new OnAfterCommandExecute());
|
fire(new OnAfterCommandExecute());
|
||||||
$output->writeln('ok' . PHP_EOL);
|
$output->writeln('ok' . PHP_EOL);
|
||||||
|
|||||||
Reference in New Issue
Block a user