Update Modules.php

This commit is contained in:
Bozhidar 2024-04-26 22:09:08 +03:00
parent 9c27dd4fca
commit 8713735445

View file

@ -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');
}
}