diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index ea3a3ad..1063357 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\QualityControl\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 ccf581e..4d4f190 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\QualityControl\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 8d7bc61..17cc579 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\QualityControl\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 aec0648..8ca0621 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\QualityControl\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 a9244da..e1ea96e 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\QualityControl\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 730c0b9..b55a12e 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\QualityControl\Controller; * * @package Modules\QualityControl * @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 268664b..9fd31d9 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\QualityControl * @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.