From 7d3ee48aea82538625a5de3ffdbe41fb26b9ded9 Mon Sep 17 00:00:00 2001 From: Mohammad Hafijul Islam Date: Thu, 19 Sep 2024 18:16:04 +0600 Subject: [PATCH] firstWhere public function added in all service class --- src/Services/ChatGroupService.php | 2 +- src/Services/ChatMessageService.php | 2 +- src/Services/ChatParticipantService.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Services/ChatGroupService.php b/src/Services/ChatGroupService.php index 6632042..290a418 100644 --- a/src/Services/ChatGroupService.php +++ b/src/Services/ChatGroupService.php @@ -7,7 +7,7 @@ /** * Class ChatGroupService */ -class ChatGroupService +class ChatGroupService extends \Fintech\Core\Abstracts\Service { /** * ChatGroupService constructor. diff --git a/src/Services/ChatMessageService.php b/src/Services/ChatMessageService.php index 7b54b06..85c49e8 100644 --- a/src/Services/ChatMessageService.php +++ b/src/Services/ChatMessageService.php @@ -7,7 +7,7 @@ /** * Class ChatMessageService */ -class ChatMessageService +class ChatMessageService extends \Fintech\Core\Abstracts\Service { /** * ChatMessageService constructor. diff --git a/src/Services/ChatParticipantService.php b/src/Services/ChatParticipantService.php index 8d36ad0..898d50f 100644 --- a/src/Services/ChatParticipantService.php +++ b/src/Services/ChatParticipantService.php @@ -7,7 +7,7 @@ /** * Class ChatParticipantService */ -class ChatParticipantService +class ChatParticipantService extends \Fintech\Core\Abstracts\Service { /** * ChatParticipantService constructor.