make installer final

This commit is contained in:
Dennis Eichhorn 2020-02-24 23:02:57 +01:00
parent e5e997145d
commit 611b1f0d8e

View File

@ -142,7 +142,7 @@ use phpOMS\DataStorage\Database\DatabasePool;
use phpOMS\Module\ModuleInfo;
use phpOMS\Module\InstallerAbstract;
class Installer extends InstallerAbstract
final class Installer extends InstallerAbstract
{
public static function install(string $path, Pool $dbPool, ModuleInfo $info)
{