Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 authored and github-actions[bot] committed Mar 3, 2024
1 parent 86b2925 commit 5501d89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions src/Interfaces/ChatGroupRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

namespace Fintech\Chat\Interfaces;

use Illuminate\Contracts\Pagination\Paginator;
use Fintech\Core\Abstracts\BaseModel;
use Illuminate\Contracts\Pagination\Paginator;
use Illuminate\Support\Collection;
use InvalidArgumentException;


/**
* Interface ChatGroupRepository
*/
Expand Down
3 changes: 1 addition & 2 deletions src/Interfaces/ChatMessageRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

namespace Fintech\Chat\Interfaces;

use Illuminate\Contracts\Pagination\Paginator;
use Fintech\Core\Abstracts\BaseModel;
use Illuminate\Contracts\Pagination\Paginator;
use Illuminate\Support\Collection;
use InvalidArgumentException;


/**
* Interface ChatMessageRepository
*/
Expand Down
3 changes: 1 addition & 2 deletions src/Interfaces/ChatParticipantRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

namespace Fintech\Chat\Interfaces;

use Illuminate\Contracts\Pagination\Paginator;
use Fintech\Core\Abstracts\BaseModel;
use Illuminate\Contracts\Pagination\Paginator;
use Illuminate\Support\Collection;
use InvalidArgumentException;


/**
* Interface ChatParticipantRepository
*/
Expand Down

0 comments on commit 5501d89

Please sign in to comment.