This commit is contained in:
Dennis Eichhorn 2022-02-19 13:57:39 +01:00
parent a6d0e05792
commit 884f79eecd
129 changed files with 292 additions and 292 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Application\ApplicationAbstract;
* *
* @package Modules\RiskManagement\Admin\Install * @package Modules\RiskManagement\Admin\Install
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
class Navigation class Navigation

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Module\InstallerAbstract;
* *
* @package Modules\RiskManagement\Admin * @package Modules\RiskManagement\Admin
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class Installer extends InstallerAbstract final class Installer extends InstallerAbstract

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Module\StatusAbstract;
* *
* @package Modules\RiskManagement\Admin * @package Modules\RiskManagement\Admin
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class Status extends StatusAbstract final class Status extends StatusAbstract

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Module\UninstallerAbstract;
* *
* @package Modules\RiskManagement\Admin * @package Modules\RiskManagement\Admin
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class Uninstaller extends UninstallerAbstract final class Uninstaller extends UninstallerAbstract

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Module\UpdaterAbstract;
* *
* @package Modules\RiskManagement\Admin * @package Modules\RiskManagement\Admin
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class Updater extends UpdaterAbstract final class Updater extends UpdaterAbstract

View File

@ -2,7 +2,7 @@
## Code Style & Best Practices ## Code Style & Best Practices
For the code style and best practices please have a look at the developer-guide [https://github.com/Orange-Management/Developer-Guide](https://github.com/Orange-Management/Developer-Guide). Especially the `standards` should be followed for a successful pull request. For the code style and best practices please have a look at the developer-guide [https://github.comkaraka-management/Developer-Guide](https://github.comkaraka-management/Developer-Guide). Especially the `standards` should be followed for a successful pull request.
## How Can I Contribute ## How Can I Contribute
@ -12,7 +12,7 @@ If you have a good idea for improvement feel free to create a new issue with all
### Issues ### Issues
Feel free to grab any open issue implement it and create a new pull request. Most issues can be found in the code marked with `@todo` or in the [PROJECT.md](https://github.com/Orange-Management/Docs/blob/master/Project/PROJECT.md) file. Feel free to grab any open issue implement it and create a new pull request. Most issues can be found in the code marked with `@todo` or in the [PROJECT.md](https://github.comkaraka-management/Docs/blob/master/Project/PROJECT.md) file.
### Code Style ### Code Style

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -32,7 +32,7 @@ use phpOMS\Views\View;
* *
* @package Modules\RiskManagement * @package Modules\RiskManagement
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
* @codeCoverageIgnore * @codeCoverageIgnore
*/ */

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Module\ModuleAbstract;
* *
* @package Modules\RiskManagement * @package Modules\RiskManagement
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
class Controller extends ModuleAbstract class Controller extends ModuleAbstract

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\RiskManagement\Models;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
class Category class Category

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class CategoryMapper extends DataMapperFactory final class CategoryMapper extends DataMapperFactory

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\RiskManagement\Models;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
class Cause class Cause

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class CauseMapper extends DataMapperFactory final class CauseMapper extends DataMapperFactory

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use Modules\Organization\Models\Department as OrgDepartment;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
class Department class Department

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class DepartmentMapper extends DataMapperFactory final class DepartmentMapper extends DataMapperFactory

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\RiskManagement\Models;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class NullCategory extends Category final class NullCategory extends Category

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\RiskManagement\Models;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class NullCause extends Cause final class NullCause extends Cause

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\RiskManagement\Models;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class NullDepartment extends Department final class NullDepartment extends Department

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\RiskManagement\Models;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class NullProcess extends Process final class NullProcess extends Process

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\RiskManagement\Models;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class NullProject extends Project final class NullProject extends Project

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\RiskManagement\Models;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class NullRisk extends Risk final class NullRisk extends Risk

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\RiskManagement\Models;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class NullRiskObject extends RiskObject final class NullRiskObject extends RiskObject

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\RiskManagement\Models;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class NullSolution extends Solution final class NullSolution extends Solution

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class PermissionState extends Enum abstract class PermissionState extends Enum

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use Modules\Organization\Models\Unit;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
class Process class Process

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -22,7 +22,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class ProcessMapper extends DataMapperFactory final class ProcessMapper extends DataMapperFactory

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use Modules\ProjectManagement\Models\Project as PMProject;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
class Project class Project

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class ProjectMapper extends DataMapperFactory final class ProjectMapper extends DataMapperFactory

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -22,7 +22,7 @@ use Modules\Organization\Models\Unit;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
class Risk class Risk

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -24,7 +24,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class RiskMapper extends DataMapperFactory final class RiskMapper extends DataMapperFactory

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\RiskManagement\Models;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
class RiskObject class RiskObject

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class RiskObjectMapper extends DataMapperFactory final class RiskObjectMapper extends DataMapperFactory

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\RiskManagement\Models;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
class RiskObjectScore class RiskObjectScore

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\RiskManagement\Models;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
class RiskScore class RiskScore

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\RiskManagement\Models;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
class Solution class Solution

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://karaka.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class SolutionMapper extends DataMapperFactory final class SolutionMapper extends DataMapperFactory

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/Navigation.en.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/ar.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/cs.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/da.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/de.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/el.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/en.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/es.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/fi.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/fr.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/hu.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/it.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/ja.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/ko.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/no.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/pl.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/pt.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/ru.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/sv.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/th.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/tr.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/uk.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

4
Theme/Backend/Lang/zh.lang.php Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.org
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Orange Management * Karaka
* *
* PHP Version 8.0 * PHP Version 8.0
* *
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://orange-management.org * @link https://karaka.app
*/ */
declare(strict_types=1); declare(strict_types=1);

Some files were not shown because too many files have changed in this diff Show More