diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 496610d..cd222bd 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\HumanResourceManagement\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\HumanResourceManagement\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 82732db..b6bf6ab 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\HumanResourceManagement\Admin * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +22,7 @@ use phpOMS\Module\InstallerAbstract; /** * Human Resources install class. * - * @package Modules + * @package Modules\HumanResourceManagement\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 66f0a63..155fdb1 100644 --- a/Admin/Status.php +++ b/Admin/Status.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\HumanResourceManagement\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\HumanResourceManagement\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 da080c1..65336e4 100644 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\HumanResourceManagement\Admin * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +22,7 @@ use phpOMS\Module\InfoManager; /** * Navigation class. * - * @package Modules + * @package Modules\HumanResourceManagement\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 eb1798c..bd1a165 100644 --- a/Admin/Updater.php +++ b/Admin/Updater.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\HumanResourceManagement\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\HumanResourceManagement\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 62610f0..7b15389 100644 --- a/Controller.php +++ b/Controller.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\HumanResourceManagement * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -26,7 +26,7 @@ use Modules\Organization\Models\DepartmentMapper; /** * Human Resources controller class. * - * @package Modules + * @package Modules\HumanResourceManagement * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/Employee.php b/Models/Employee.php index 9dc6158..e95f8f3 100644 --- a/Models/Employee.php +++ b/Models/Employee.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\HumanResourceManagement\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use Modules\Admin\Models\Account; /** * Employee class. * - * @package HumanResources + * @package Modules\HumanResourceManagement\Models * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/EmployeeHistory.php b/Models/EmployeeHistory.php index 3178af1..c3c928e 100644 --- a/Models/EmployeeHistory.php +++ b/Models/EmployeeHistory.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\HumanResourceManagement\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace Modules\HumanResourceManagement\Models; /** * Employee class. * - * @package HumanResources + * @package Modules\HumanResourceManagement\Models * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/StaffList.php b/Models/StaffList.php index 80c9f52..dec19c2 100644 --- a/Models/StaffList.php +++ b/Models/StaffList.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\HumanResourceManagement\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\DataStorage\Database\DatabaseType; /** * Staff list class. * - * @package Modules + * @package Modules\HumanResourceManagement\Models * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0