mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
Update Modules.php
This commit is contained in:
parent
9c27dd4fca
commit
8713735445
1 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,8 @@ class Modules extends Page
|
|||
$newModule->namespace = 'Modules\\' . $module;
|
||||
$newModule->installed = 1;
|
||||
$newModule->save();
|
||||
|
||||
$this->dispatch('close-modal', id: 'install-module-modal');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue