Skip to content

4.1.1

Compare
Choose a tag to compare
@binaryk binaryk released this 12 Dec 15:58
· 100 commits to 4.x since this release
794ee15

Changed

  • Changed the method signature of the fromRelation and fromBuildermethods for the repository cast.
    abstract public static function fromBuilder(RestifyRequest $request, Builder $builder, Repository $repository): Collection;

    abstract public static function fromRelation(RestifyRequest $request, Relation $relation, Repository $repository): Collection;