lmsqueezy / laravel

A package to easily integrate your Laravel application with Lemon Squeezy.
https://lemonsqueezy.com
MIT License
468 stars 47 forks source link

fix: Missing Illuminate Builder import in Order model #68

Closed rvetrsek closed 6 months ago

rvetrsek commented 6 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

This PR adds the missing import.

driesvints commented 6 months ago

Thanks!

driesvints commented 6 months ago

Released as v1.3.3