|
@@ -323,6 +323,7 @@ class MakeAdmin extends Command
|
|
|
// 生成验证文件
|
|
|
$this->writeToFile('validate', $data, $validateFile);
|
|
|
|
|
|
+ $output->info('Create Successed');
|
|
|
} catch (ErrorException $e) {
|
|
|
throw new Exception("Code: " . $e->getCode() . "\nLine: " . $e->getLine() . "\nMessage: " . $e->getMessage() . "\nFile: " . $e->getFile());
|
|
|
}
|