diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index d321673..5243599 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Editor\Admin\Install * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\DataStorage\Database\DatabasePool; /** * Navigation class. * - * @package Modules + * @package Modules\Editor\Admin\Install * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Admin/Installer.php b/Admin/Installer.php index b12d80c..13d160a 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Editor\Admin * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +22,7 @@ use phpOMS\Module\InstallerAbstract; /** * Editor install class. * - * @package Modules + * @package Modules\Editor\Admin * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Admin/Status.php b/Admin/Status.php index aab91d1..557150c 100644 --- a/Admin/Status.php +++ b/Admin/Status.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Editor\Admin * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,7 +21,7 @@ use phpOMS\Module\InfoManager; /** * Navigation class. * - * @package Modules + * @package Modules\Editor\Admin * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index 469d2aa..a3a1833 100644 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Editor\Admin * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,7 +21,7 @@ use phpOMS\Module\InfoManager; /** * Navigation class. * - * @package Modules + * @package Modules\Editor\Admin * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Admin/Updater.php b/Admin/Updater.php index 230c96c..dc443d0 100644 --- a/Admin/Updater.php +++ b/Admin/Updater.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Editor\Admin * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +22,7 @@ use phpOMS\Module\InfoManager; /** * Updater class. * - * @package Modules + * @package Modules\Editor\Admin * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Controller.php b/Controller.php index 8dfbace..92df78d 100644 --- a/Controller.php +++ b/Controller.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Editor * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -34,7 +34,7 @@ use phpOMS\Utils\Parser\Markdown\Markdown; /** * Calendar controller class. * - * @package Modules + * @package Modules\Editor * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/EditorDoc.php b/Models/EditorDoc.php index c9c85d2..3b91cd9 100644 --- a/Models/EditorDoc.php +++ b/Models/EditorDoc.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Editor\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Contract\ArrayableInterface; /** * News article class. * - * @package Module + * @package Modules\Editor\Models * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/PermissionState.php b/Models/PermissionState.php index b02ba82..79a552c 100644 --- a/Models/PermissionState.php +++ b/Models/PermissionState.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Editor\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Permision state enum. * - * @package Tasks + * @package Modules\Editor\Models * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0