Closed rvetrsek closed 11 months ago
The Order model is missing an import for the Illuminate\Database\Eloquent\Builder, which causes the scopes to fail with the error: Argument #1 ($query) must be of type LemonSqueezy\Laravel\Builder, Illuminate\Database\Eloquent\Builder given
Illuminate\Database\Eloquent\Builder
Argument #1 ($query) must be of type LemonSqueezy\Laravel\Builder, Illuminate\Database\Eloquent\Builder given
This PR adds the missing import.
Thanks!
Released as v1.3.3
The Order model is missing an import for the
Illuminate\Database\Eloquent\Builder
, which causes the scopes to fail with the error:Argument #1 ($query) must be of type LemonSqueezy\Laravel\Builder, Illuminate\Database\Eloquent\Builder given
This PR adds the missing import.