From 20c6bc7ecd91b89cf4631c1f66f9314ea11f4267 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 2 May 2024 22:54:38 +0000 Subject: [PATCH] Went through todos --- Controller/ApiController.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 18f2b57..736935b 100755 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -49,6 +49,8 @@ final class ApiController extends Controller * * @return void * + * @performance This should happen in the cli if possible? + * * @since 1.0.0 */ private function createNotifications(NewsArticle $article, RequestAbstract $request) : void