phpOMS/tests/Module/Testmodule/Admin/Installer.php
2020-10-03 22:34:58 +02:00

30 lines
494 B
PHP

<?php
/**
* Orange Management
*
* PHP Version 7.4
*
* @package tests
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
namespace Modules\Testmodule\Admin;
use phpOMS\Module\InstallerAbstract;
/**
* Installer class.
*
* @package tests
* @license OMS License 1.0
* @link https://orange-management.org
* @since 1.0.0
*/
final class Installer extends InstallerAbstract
{
}