Skip to content

Commit ed36b81

Browse files
Fix uses
1 parent e86f00b commit ed36b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Relations/BelongsToMany.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use BackedEnum;
88
use Illuminate\Database\Eloquent\Builder;
99
use Illuminate\Database\Eloquent\Collection;
10-
use \Illuminate\Support\Collection as BaseCollection;
10+
use Illuminate\Support\Collection as BaseCollection;
1111
use Illuminate\Database\Eloquent\Model;
1212
use Illuminate\Database\Eloquent\Relations\BelongsToMany as EloquentBelongsToMany;
1313
use Illuminate\Support\Arr;

0 commit comments

Comments
 (0)