From 326a29383b9ecdfb21b42f571204a3949d5587ed Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 11 Aug 2020 20:38:46 +0200 Subject: [PATCH] remove todo --- Controller/ApiController.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 3adeb4c..05f95dc 100755 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -42,9 +42,6 @@ use phpOMS\Utils\Parser\Markdown\Markdown; * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0 - * - * @todo Orange-Management/oms-Organization - * [Unit] Add unit image */ final class ApiController extends Controller {