We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc2ccb commit 9ce5161Copy full SHA for 9ce5161
src/Jenssegers/Mongodb/Relations/EmbedsMany.php
@@ -5,7 +5,6 @@
5
use Illuminate\Database\Eloquent\Collection;
6
use Illuminate\Database\Eloquent\Model;
7
use Illuminate\Database\Eloquent\Model as EloquentModel;
8
-use Illuminate\Pagination\AbstractPaginator;
9
use Illuminate\Pagination\LengthAwarePaginator;
10
use Illuminate\Pagination\Paginator;
11
use MongoDB\BSON\ObjectID;
@@ -264,7 +263,7 @@ protected function associateExisting($model)
264
263
265
return $this->setEmbedded($records);
266
}
267
-
+
268
/**
269
* @param null $perPage
270
* @param array $columns
0 commit comments