This commit is contained in:
Dennis Eichhorn 2023-10-09 22:06:39 +00:00
parent 5467a740b1
commit e6a0a151c6
7 changed files with 15 additions and 15 deletions

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 2.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Application\ApplicationAbstract;
* *
* @package Modules\QualityControl\Admin\Install * @package Modules\QualityControl\Admin\Install
* @license OMS License 2.0 * @license OMS License 2.0
* @link https://orange-management.org * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
class Navigation class Navigation

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 2.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Module\InstallerAbstract;
* *
* @package Modules\QualityControl\Admin * @package Modules\QualityControl\Admin
* @license OMS License 2.0 * @license OMS License 2.0
* @link https://orange-management.org * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class Installer extends InstallerAbstract final class Installer extends InstallerAbstract

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 2.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Module\StatusAbstract;
* *
* @package Modules\QualityControl\Admin * @package Modules\QualityControl\Admin
* @license OMS License 2.0 * @license OMS License 2.0
* @link https://orange-management.org * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class Status extends StatusAbstract final class Status extends StatusAbstract

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 2.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Module\UninstallerAbstract;
* *
* @package Modules\QualityControl\Admin * @package Modules\QualityControl\Admin
* @license OMS License 2.0 * @license OMS License 2.0
* @link https://orange-management.org * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class Uninstaller extends UninstallerAbstract final class Uninstaller extends UninstallerAbstract

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 2.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Module\UpdaterAbstract;
* *
* @package Modules\QualityControl\Admin * @package Modules\QualityControl\Admin
* @license OMS License 2.0 * @license OMS License 2.0
* @link https://orange-management.org * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class Updater extends UpdaterAbstract final class Updater extends UpdaterAbstract

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 2.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\QualityControl\Controller;
* *
* @package Modules\QualityControl * @package Modules\QualityControl
* @license OMS License 2.0 * @license OMS License 2.0
* @link https://orange-management.org * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class BackendController extends Controller final class BackendController extends Controller

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 2.0 * @license OMS License 2.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -22,7 +22,7 @@ use phpOMS\Module\WebInterface;
* *
* @package Modules\QualityControl * @package Modules\QualityControl
* @license OMS License 2.0 * @license OMS License 2.0
* @link https://orange-management.org * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
class Controller extends ModuleAbstract implements WebInterface class Controller extends ModuleAbstract implements WebInterface
@ -33,7 +33,7 @@ class Controller extends ModuleAbstract implements WebInterface
* @var string * @var string
* @since 1.0.0 * @since 1.0.0
*/ */
public const MODULE_PATH = __DIR__ . '/../'; public const PATH = __DIR__ . '/../';
/** /**
* Module version. * Module version.