modify plugin name
This commit is contained in:
@@ -60,7 +60,8 @@ namespace {$namespace};
|
||||
|
||||
$import = $this->getImports($path['path'] . '/' . $managerName . 'Controller.php', $class);
|
||||
} catch (\Throwable $Exception) {
|
||||
exit(logger()->addError($Exception, 'throwable'));
|
||||
logger()->addError($Exception, 'throwable');
|
||||
exit();
|
||||
}
|
||||
} else {
|
||||
$import = "use Kiri;
|
||||
|
||||
Reference in New Issue
Block a user