make installer final

This commit is contained in:
Dennis Eichhorn 2020-02-24 22:53:42 +01:00
parent 387597ec4b
commit c5aba4051e

View File

@ -24,6 +24,6 @@ use phpOMS\Module\InstallerAbstract;
* @link https://orange-management.org * @link https://orange-management.org
* @since 1.0.0 * @since 1.0.0
*/ */
class Installer extends InstallerAbstract final class Installer extends InstallerAbstract
{ {
} }