Skip to content

Commit

Permalink
Fix uses
Browse files Browse the repository at this point in the history
  • Loading branch information
florianJacques committed Jun 30, 2024
1 parent e86f00b commit ed36b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Relations/BelongsToMany.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use BackedEnum;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Collection;
use \Illuminate\Support\Collection as BaseCollection;
use Illuminate\Support\Collection as BaseCollection;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\BelongsToMany as EloquentBelongsToMany;
use Illuminate\Support\Arr;
Expand Down

0 comments on commit ed36b81

Please sign in to comment.