diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index e638412..2e36286 100755 --- 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\LoanManagement\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 ad044c0..847d775 100755 --- 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\LoanManagement\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 ec8fdb2..2725fc9 100755 --- 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\LoanManagement\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 559bdf6..3549aa3 100755 --- 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\LoanManagement\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 fb2d1be..56215fe 100755 --- 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\LoanManagement\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 53021a8..64e6432 100755 --- 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); @@ -24,7 +24,7 @@ use phpOMS\Views\View; * * @package Modules\LoanManagement * @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 455048a..5446f5f 100755 --- 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\LoanManagement * @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. diff --git a/Models/Loan.php b/Models/Loan.php index 7ad4570..7f60157 100755 --- a/Models/Loan.php +++ b/Models/Loan.php @@ -19,7 +19,7 @@ namespace Modules\LoanManagement\Models; * * @package Modules\LoanManagement\Models * @license OMS License 2.0 - * @link https://orange-management.org + * @link https://jingga.app * @since 1.0.0 */ class Loan diff --git a/Models/PermissionCategory.php b/Models/PermissionCategory.php index 5aa657e..5fa9806 100755 --- a/Models/PermissionCategory.php +++ b/Models/PermissionCategory.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\Stdlib\Base\Enum; * * @package Modules\LoanManagement\Models * @license OMS License 2.0 - * @link https://orange-management.org + * @link https://jingga.app * @since 1.0.0 */ abstract class PermissionCategory extends Enum diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 7fe07a6..af27238 100755 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.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); diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 36c6aef..77d7bde 100755 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.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); diff --git a/Theme/Backend/loan-list.tpl.php b/Theme/Backend/loan-list.tpl.php index 7cc5296..ba439b3 100755 --- a/Theme/Backend/loan-list.tpl.php +++ b/Theme/Backend/loan-list.tpl.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);