Skip to content

Commit

Permalink
unused php doc block removed
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 committed Sep 19, 2024
1 parent 2d5ed4c commit f67a6a7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/Chat.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,16 @@

class Chat
{
/**
* @return ChatGroupService
*/
public function chatGroup($filters = null)
{
return \singleton(ChatGroupService::class, $filters);
}

/**
* @return ChatParticipantService
*/
public function chatParticipant($filters = null)
{
return \singleton(ChatParticipantService::class, $filters);
}

/**
* @return ChatMessageService
*/
public function chatMessage($filters = null)
{
return \singleton(ChatMessageService::class, $filters);
Expand Down

0 comments on commit f67a6a7

Please sign in to comment.