From 5cff547aaa52291d316d2cb329b760001687482d 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/pl-dashboard.tpl.php | 2 +- 11 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index fb45d32..1cb279b 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\PL\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 e7bc271..934fc1a 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\PL\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 65bd9aa..da7f60d 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\PL\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 2588fcf..dd619a2 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\PL\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 d2e4f35..377a89a 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\PL\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 97d957e..c550619 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\PL * @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 1df74f8..5245fa6 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\PL * @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 c617852..0ad40c6 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\PL * @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 4db72cb..df6adaa 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' => [ 'P&L' => 'P&L', diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 91d618a..543cd7b 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 ['PL' => [ ]]; diff --git a/Theme/Backend/pl-dashboard.tpl.php b/Theme/Backend/pl-dashboard.tpl.php index 0bb3664..15c925c 100644 --- a/Theme/Backend/pl-dashboard.tpl.php +++ b/Theme/Backend/pl-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();