diff --git a/Controller/ApiController.php b/Controller/ApiController.php index aadcb6e..82119cb 100755 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -272,10 +272,6 @@ final class ApiController extends Controller * * @return void * - * @todo Orange-Management/Modules#194 - * Allow session update - * Employee can only change start/end if vacation - * * @api * * @since 1.0.0 @@ -293,11 +289,6 @@ final class ApiController extends Controller * * @return void * - * @todo Orange-Management/Modules#195 - * Allow session element update - * Employee can only change start/end if vacation. - * This also has to update the session since the data is not 100% normalized. - * * @api * * @since 1.0.0 @@ -315,10 +306,6 @@ final class ApiController extends Controller * * @return void * - * @todo Orange-Management/Modules#196 - * Implement session delete - * Employee can only delete vacations (maybe) - * * @api * * @since 1.0.0 @@ -336,10 +323,6 @@ final class ApiController extends Controller * * @return void * - * @todo Orange-Management/Modules#196 - * Implement session delete - * Employee can only delete vacations (maybe) - * * @api * * @since 1.0.0 diff --git a/Controller/Controller.php b/Controller/Controller.php index 30323e7..cc289c1 100755 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -15,7 +15,6 @@ declare(strict_types=1); namespace Modules\HumanResourceTimeRecording\Controller; use phpOMS\Module\ModuleAbstract; -use phpOMS\Module\WebInterface; /** * Database controller class.