fixed #1499
This commit is contained in:
parent
340620c841
commit
f4d1fe1877
|
|
@ -31,6 +31,11 @@ class InstallCommand extends Command
|
|||
{
|
||||
$this->prepare();
|
||||
|
||||
if ($this->getModel()) {
|
||||
$this->comment("Module [{$this->alias}] is already installed.");
|
||||
return;
|
||||
}
|
||||
|
||||
$this->changeRuntime();
|
||||
|
||||
// Create db
|
||||
|
|
|
|||
Loading…
Reference in New Issue