Skip to content

Commit

Permalink
facade class doc updated
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 committed Sep 19, 2024
1 parent f67a6a7 commit 7937813
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Facades/Chat.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
use Illuminate\Support\Facades\Facade;

/**
* @method static ChatGroupService chatGroup()
* @method static ChatParticipantService chatParticipant()
* @method static ChatMessageService chatMessage()
* @method static \Illuminate\Contracts\Pagination\Paginator|\Illuminate\Support\Collection|ChatGroupService chatGroup(array $filters = null)
* @method static \Illuminate\Contracts\Pagination\Paginator|\Illuminate\Support\Collection|ChatParticipantService chatParticipant(array $filters = null)
* @method static \Illuminate\Contracts\Pagination\Paginator|\Illuminate\Support\Collection|ChatMessageService chatMessage(array $filters = null)
* // Crud Service Method Point Do not Remove //
*
* @see \Fintech\Chat\Chat
Expand Down

0 comments on commit 7937813

Please sign in to comment.