Commit ca83a9b8 authored by Giacomo Fabbian's avatar Giacomo Fabbian

[GF] Optmize import

parent 1437a2f4
......@@ -5,7 +5,6 @@ namespace Jenssegers\Mongodb\Relations;
use Illuminate\Database\Eloquent\Collection;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Model as EloquentModel;
use Illuminate\Pagination\AbstractPaginator;
use Illuminate\Pagination\LengthAwarePaginator;
use Illuminate\Pagination\Paginator;
use MongoDB\BSON\ObjectID;
......@@ -264,7 +263,7 @@ class EmbedsMany extends EmbedsOneOrMany
return $this->setEmbedded($records);
}
/**
* @param null $perPage
* @param array $columns
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment