This commit is contained in:
Dennis Eichhorn 2023-10-09 22:06:39 +00:00
parent 2574898ff8
commit 706cb5710b
11 changed files with 21 additions and 21 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\StockTaking\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\StockTaking\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\StockTaking\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\StockTaking\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\StockTaking\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\StockTaking\Controller;
*
* @package Modules\StockTaking
* @license OMS License 2.0
* @link https://orange-management.org
* @link https://jingga.app
* @since 1.0.0
*/
final class ApiController 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);
@ -19,7 +19,7 @@ namespace Modules\StockTaking\Controller;
*
* @package Modules\StockTaking
* @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\StockTaking
* @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.

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\Stdlib\Base\Enum;
*
* @package Modules\StockTaking\Models
* @license OMS License 2.0
* @link https://orange-management.org
* @link https://jingga.app
* @since 1.0.0
*/
abstract class PermissionState extends Enum

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);

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);