rsanchez / Deep

A set of Eloquent models for ExpressionEngine Channel Entries.
http://rsanchez.github.io/Deep/
MIT License
51 stars 14 forks source link

Illuminate\Database\Eloquent\ScopeInterface not found #28

Closed alexmglover closed 7 years ago

alexmglover commented 7 years ago

I discovered this issue when running tests.

Illuminate\Database renamed ScopeInterface to Scope in Laravel 5.2. I'm not sure if that just means that Deep should be locked down to 5.1 or what.