From a2d70356558715a0021558a76b0fdcf252939340 Mon Sep 17 00:00:00 2001 From: Uryvskiy Dima Date: Wed, 17 Jan 2024 00:44:40 +0300 Subject: [PATCH] Add description --- src/Model/Entity/Tasks/TaskComment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Model/Entity/Tasks/TaskComment.php b/src/Model/Entity/Tasks/TaskComment.php index 6f9295b..0ec4c1b 100644 --- a/src/Model/Entity/Tasks/TaskComment.php +++ b/src/Model/Entity/Tasks/TaskComment.php @@ -4,7 +4,7 @@ * PHP version 7.3 * * @category TaskComment - * @package RetailCrm\Api\Model\Entity\T + * @package RetailCrm\Api\Model\Entity\Tasks */ namespace RetailCrm\Api\Model\Entity\Tasks;