From 31f880db2476e2cac13efd50b43d7adf9a42e359 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 8 Jul 2019 19:51:27 +0200 Subject: [PATCH] fix @link --- Admin/Install/Navigation.php | 4 ++-- Admin/Installer.php | 4 ++-- Admin/Status.php | 4 ++-- Admin/Uninstaller.php | 4 ++-- Admin/Updater.php | 4 ++-- Controller/BackendController.php | 4 ++-- Controller/Controller.php | 4 ++-- Models/PermissionState.php | 4 ++-- Theme/Backend/Lang/Navigation.en.lang.php | 2 +- Theme/Backend/Lang/en.lang.php | 2 +- Theme/Backend/balance-dashboard.tpl.php | 2 +- 11 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index b1fa49a..2342182 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://website.orange-management.de + * @link https://orange-management.org */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\DatabasePool; * * @package Modules\Balance\Admin\Install * @license OMS License 1.0 - * @link http://website.orange-management.de + * @link https://orange-management.org * @since 1.0.0 */ class Navigation diff --git a/Admin/Installer.php b/Admin/Installer.php index 88f1bbd..9c3f091 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://website.orange-management.de + * @link https://orange-management.org */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\Module\InstallerAbstract; * * @package Modules\Balance\Admin * @license OMS License 1.0 - * @link http://website.orange-management.de + * @link https://orange-management.org * @since 1.0.0 */ class Installer extends InstallerAbstract diff --git a/Admin/Status.php b/Admin/Status.php index fb2ceab..3ac3268 100644 --- a/Admin/Status.php +++ b/Admin/Status.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://website.orange-management.de + * @link https://orange-management.org */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\Module\StatusAbstract; * * @package Modules\Balance\Admin * @license OMS License 1.0 - * @link http://website.orange-management.de + * @link https://orange-management.org * @since 1.0.0 */ class Status extends StatusAbstract diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index 5dae390..cd4ed94 100644 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://website.orange-management.de + * @link https://orange-management.org */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\Module\UninstallerAbstract; * * @package Modules\Balance\Admin * @license OMS License 1.0 - * @link http://website.orange-management.de + * @link https://orange-management.org * @since 1.0.0 */ class Uninstaller extends UninstallerAbstract diff --git a/Admin/Updater.php b/Admin/Updater.php index 4871fef..ee88385 100644 --- a/Admin/Updater.php +++ b/Admin/Updater.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://website.orange-management.de + * @link https://orange-management.org */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\Module\UpdaterAbstract; * * @package Modules\Balance\Admin * @license OMS License 1.0 - * @link http://website.orange-management.de + * @link https://orange-management.org * @since 1.0.0 */ class Updater extends UpdaterAbstract diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 5f4087a..35e46ee 100644 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://website.orange-management.de + * @link https://orange-management.org */ declare(strict_types=1); @@ -24,7 +24,7 @@ use phpOMS\Views\View; * * @package Modules\Balance * @license OMS License 1.0 - * @link http://website.orange-management.de + * @link https://orange-management.org * @since 1.0.0 */ final class BackendController extends Controller diff --git a/Controller/Controller.php b/Controller/Controller.php index 8ee92bf..8176396 100644 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://website.orange-management.de + * @link https://orange-management.org */ declare(strict_types=1); @@ -22,7 +22,7 @@ use phpOMS\Module\WebInterface; * * @package Modules\Balance * @license OMS License 1.0 - * @link http://website.orange-management.de + * @link https://orange-management.org * @since 1.0.0 */ class Controller extends ModuleAbstract implements WebInterface diff --git a/Models/PermissionState.php b/Models/PermissionState.php index d7118c1..1f5eb25 100644 --- a/Models/PermissionState.php +++ b/Models/PermissionState.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://website.orange-management.de + * @link https://orange-management.org */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum; * * @package Modules\Balance * @license OMS License 1.0 - * @link http://website.orange-management.de + * @link https://orange-management.org * @since 1.0.0 */ abstract class PermissionState extends Enum diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 8ffca2e..23d4e99 100644 --- 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 1.0 * @version 1.0.0 - * @link http://website.orange-management.de + * @link https://orange-management.org */ return ['Navigation' => [ 'Balance' => 'Balance', diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 3ff0dcc..7fe37ca 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://website.orange-management.de + * @link https://orange-management.org */ return ['Balance' => [ ]]; diff --git a/Theme/Backend/balance-dashboard.tpl.php b/Theme/Backend/balance-dashboard.tpl.php index 0bb3664..15c925c 100644 --- a/Theme/Backend/balance-dashboard.tpl.php +++ b/Theme/Backend/balance-dashboard.tpl.php @@ -8,6 +8,6 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://website.orange-management.de + * @link https://orange-management.org */ echo $this->getData('nav')->render();