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 */