fixed renamed interface for Scope

This commit is contained in:
Daniël Klabbers 2017-11-01 22:12:56 +01:00
parent d7306dedb7
commit 55b763a570
No known key found for this signature in database
GPG Key ID: 823B3D5DDF3FBAB6

View File

@ -13,9 +13,9 @@ namespace Flarum\Post;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\ScopeInterface;
use Illuminate\Database\Eloquent\Scope;
class RegisteredTypesScope implements ScopeInterface
class RegisteredTypesScope implements Scope
{
/**
* The index at which we added a where clause.