This commit is contained in:
Dennis Eichhorn 2023-10-09 22:06:37 +00:00
parent 34102ddb71
commit b03f72cdac
5 changed files with 10 additions and 10 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\BankAccounting\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\BankAccounting\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\BankAccounting\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\BankAccounting\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\BankAccounting\Admin
* @license OMS License 2.0
* @link https://orange-management.org
* @link https://jingga.app
* @since 1.0.0
*/
final class Updater extends UpdaterAbstract