Skip to content

Commit

Permalink
exception class unused are removed
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 committed Oct 7, 2023
1 parent 53bf64f commit d5f5df6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Repositories/Mongodb/PermissionRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use Fintech\Core\Repositories\MongodbRepository;
use Illuminate\Contracts\Pagination\Paginator;
use InvalidArgumentException;
use MongoDB\Laravel\Collection;

/**
* Class PermissionRepository
Expand Down
1 change: 1 addition & 0 deletions src/Repositories/Mongodb/ProfileRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use Fintech\Core\Repositories\MongodbRepository;
use Illuminate\Contracts\Pagination\Paginator;
use InvalidArgumentException;
use MongoDB\Laravel\Collection;
use MongoDB\Laravel\Eloquent\Model;

/**
Expand Down

0 comments on commit d5f5df6

Please sign in to comment.