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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.