From 60af0cb838d20c30d740a6d363c8bb4f2a465379 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 9 Oct 2023 22:06:39 +0000 Subject: [PATCH] update --- Admin/Install/Navigation.php | 4 ++-- Admin/Installer.php | 4 ++-- Admin/Status.php | 4 ++-- Admin/Uninstaller.php | 4 ++-- Admin/Updater.php | 4 ++-- Controller/BackendController.php | 4 ++-- Controller/Controller.php | 6 +++--- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 113079d..690c43d 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 2.0 * @version 1.0.0 - * @link https://orange-management.org + * @link https://jingga.app */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\Application\ApplicationAbstract; * * @package Modules\QualityManagement\Admin\Install * @license OMS License 2.0 - * @link https://orange-management.org + * @link https://jingga.app * @since 1.0.0 */ class Navigation diff --git a/Admin/Installer.php b/Admin/Installer.php index fce55c2..fa48be5 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 2.0 * @version 1.0.0 - * @link https://orange-management.org + * @link https://jingga.app */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\Module\InstallerAbstract; * * @package Modules\QualityManagement\Admin * @license OMS License 2.0 - * @link https://orange-management.org + * @link https://jingga.app * @since 1.0.0 */ final class Installer extends InstallerAbstract diff --git a/Admin/Status.php b/Admin/Status.php index b87d1a6..045b310 100644 --- a/Admin/Status.php +++ b/Admin/Status.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 2.0 * @version 1.0.0 - * @link https://orange-management.org + * @link https://jingga.app */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\Module\StatusAbstract; * * @package Modules\QualityManagement\Admin * @license OMS License 2.0 - * @link https://orange-management.org + * @link https://jingga.app * @since 1.0.0 */ final class Status extends StatusAbstract diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index ccb03f5..c60f6b2 100644 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 2.0 * @version 1.0.0 - * @link https://orange-management.org + * @link https://jingga.app */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\Module\UninstallerAbstract; * * @package Modules\QualityManagement\Admin * @license OMS License 2.0 - * @link https://orange-management.org + * @link https://jingga.app * @since 1.0.0 */ final class Uninstaller extends UninstallerAbstract diff --git a/Admin/Updater.php b/Admin/Updater.php index 7ad899d..7ecf756 100644 --- a/Admin/Updater.php +++ b/Admin/Updater.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 2.0 * @version 1.0.0 - * @link https://orange-management.org + * @link https://jingga.app */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\Module\UpdaterAbstract; * * @package Modules\QualityManagement\Admin * @license OMS License 2.0 - * @link https://orange-management.org + * @link https://jingga.app * @since 1.0.0 */ final class Updater extends UpdaterAbstract diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 950dfe2..3611275 100644 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 2.0 * @version 1.0.0 - * @link https://orange-management.org + * @link https://jingga.app */ declare(strict_types=1); @@ -19,7 +19,7 @@ namespace Modules\QualityManagement\Controller; * * @package Modules\QualityManagement * @license OMS License 2.0 - * @link https://orange-management.org + * @link https://jingga.app * @since 1.0.0 */ final class BackendController extends Controller diff --git a/Controller/Controller.php b/Controller/Controller.php index 6140e26..605f671 100644 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 2.0 * @version 1.0.0 - * @link https://orange-management.org + * @link https://jingga.app */ declare(strict_types=1); @@ -22,7 +22,7 @@ use phpOMS\Module\WebInterface; * * @package Modules\QualityManagement * @license OMS License 2.0 - * @link https://orange-management.org + * @link https://jingga.app * @since 1.0.0 */ class Controller extends ModuleAbstract implements WebInterface @@ -33,7 +33,7 @@ class Controller extends ModuleAbstract implements WebInterface * @var string * @since 1.0.0 */ - public const MODULE_PATH = __DIR__ . '/../'; + public const PATH = __DIR__ . '/../'; /** * Module version.