From 2f6282b673df8e0ae4ca96b3874fd24d8b59cb2f 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/api.en.lang.php | 2 +- Theme/Backend/Lang/en.lang.php | 2 +- Theme/Backend/checklist-list.tpl.php | 2 +- Theme/Backend/checklist-template-create.tpl.php | 2 +- Theme/Backend/checklist-template-list.tpl.php | 2 +- 14 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index e30d14d..8e1ea8a 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\Checklist\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 82b9cf2..2ee649b 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\Checklist\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 ef89994..4dad5e7 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\Checklist\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 b28a352..2a18303 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\Checklist\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 395cea2..5bd9837 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\Checklist\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 b8f253b..dcae2fd 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\Checklist * @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 8f805e7..b92756a 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\Checklist * @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 0b4f8f9..056b684 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\Checklist * @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 8a606db..f83ff86 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' => [ 'Checklist' => 'Checklist', diff --git a/Theme/Backend/Lang/api.en.lang.php b/Theme/Backend/Lang/api.en.lang.php index 2f59807..bf25cf1 100644 --- a/Theme/Backend/Lang/api.en.lang.php +++ b/Theme/Backend/Lang/api.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' => [ ]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index b6e6f03..b68e1d7 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 ['Checklist' => [ 'Checklist' => 'Checklist', diff --git a/Theme/Backend/checklist-list.tpl.php b/Theme/Backend/checklist-list.tpl.php index b5a7643..fa9d017 100644 --- a/Theme/Backend/checklist-list.tpl.php +++ b/Theme/Backend/checklist-list.tpl.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 */ /** * @var \phpOMS\Views\View $this diff --git a/Theme/Backend/checklist-template-create.tpl.php b/Theme/Backend/checklist-template-create.tpl.php index 340dec0..9ee222c 100644 --- a/Theme/Backend/checklist-template-create.tpl.php +++ b/Theme/Backend/checklist-template-create.tpl.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 */ /** * @var \phpOMS\Views\View $this diff --git a/Theme/Backend/checklist-template-list.tpl.php b/Theme/Backend/checklist-template-list.tpl.php index 4447755..4b8789b 100644 --- a/Theme/Backend/checklist-template-list.tpl.php +++ b/Theme/Backend/checklist-template-list.tpl.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 */ /** * @var \phpOMS\Views\View $this