From 0c0a0bbf152ae35b2289019528e031cbd3f6b11d Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 26 Nov 2020 20:50:18 +0100 Subject: [PATCH] fix todos/move to todo list --- Controller/Controller.php | 1 - Models/Employee.php | 6 ------ 2 files changed, 7 deletions(-) diff --git a/Controller/Controller.php b/Controller/Controller.php index 963a603..c29696a 100755 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -15,7 +15,6 @@ declare(strict_types=1); namespace Modules\HumanResourceManagement\Controller; use phpOMS\Module\ModuleAbstract; -use phpOMS\Module\WebInterface; /** * Human Resources controller class. diff --git a/Models/Employee.php b/Models/Employee.php index ec923eb..b6a3ebd 100755 --- a/Models/Employee.php +++ b/Models/Employee.php @@ -64,9 +64,6 @@ class Employee implements \JsonSerializable, ArrayableInterface /** * Employee education history. * - * @todo Orange-Management/Modules#187 - * Implement the education history for an employee. This can be done similarly to the company history. - * * @var array * @since 1.0.0 */ @@ -75,9 +72,6 @@ class Employee implements \JsonSerializable, ArrayableInterface /** * Employee external work history. * - * @todo Orange-Management/Modules#188 - * Implement the work history (at other companies) for an employee. This can be done similarly to the company history. - * * @var array * @since 1.0.0 */