mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-02-10 17:38:40 +00:00
make installer final
This commit is contained in:
parent
e5e997145d
commit
611b1f0d8e
|
|
@ -142,7 +142,7 @@ use phpOMS\DataStorage\Database\DatabasePool;
|
||||||
use phpOMS\Module\ModuleInfo;
|
use phpOMS\Module\ModuleInfo;
|
||||||
use phpOMS\Module\InstallerAbstract;
|
use phpOMS\Module\InstallerAbstract;
|
||||||
|
|
||||||
class Installer extends InstallerAbstract
|
final class Installer extends InstallerAbstract
|
||||||
{
|
{
|
||||||
public static function install(string $path, Pool $dbPool, ModuleInfo $info)
|
public static function install(string $path, Pool $dbPool, ModuleInfo $info)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user