Skip to content

Commit

Permalink
firstWhere public function added in all service class
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 committed Sep 19, 2024
1 parent 51cc19d commit 7d3ee48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Services/ChatGroupService.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* Class ChatGroupService
*/
class ChatGroupService
class ChatGroupService extends \Fintech\Core\Abstracts\Service
{
/**
* ChatGroupService constructor.
Expand Down
2 changes: 1 addition & 1 deletion src/Services/ChatMessageService.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* Class ChatMessageService
*/
class ChatMessageService
class ChatMessageService extends \Fintech\Core\Abstracts\Service
{
/**
* ChatMessageService constructor.
Expand Down
2 changes: 1 addition & 1 deletion src/Services/ChatParticipantService.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* Class ChatParticipantService
*/
class ChatParticipantService
class ChatParticipantService extends \Fintech\Core\Abstracts\Service
{
/**
* ChatParticipantService constructor.
Expand Down

0 comments on commit 7d3ee48

Please sign in to comment.