Skip to content

Commit ca83a9b

Browse files
author
Giacomo Fabbian
committed
[GF] Optmize import
1 parent 1437a2f commit ca83a9b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Jenssegers/Mongodb/Relations/EmbedsMany.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
use Illuminate\Database\Eloquent\Collection;
66
use Illuminate\Database\Eloquent\Model;
77
use Illuminate\Database\Eloquent\Model as EloquentModel;
8-
use Illuminate\Pagination\AbstractPaginator;
98
use Illuminate\Pagination\LengthAwarePaginator;
109
use Illuminate\Pagination\Paginator;
1110
use MongoDB\BSON\ObjectID;
@@ -264,7 +263,7 @@ protected function associateExisting($model)
264263

265264
return $this->setEmbedded($records);
266265
}
267-
266+
268267
/**
269268
* @param null $perPage
270269
* @param array $columns

0 commit comments

Comments
 (0)