mirror of
https://github.com/flarum/framework.git
synced 2025-02-18 12:33:22 +08:00
fixed renamed interface for Scope
This commit is contained in:
parent
d7306dedb7
commit
55b763a570
|
@ -13,9 +13,9 @@ namespace Flarum\Post;
|
||||||
|
|
||||||
use Illuminate\Database\Eloquent\Builder;
|
use Illuminate\Database\Eloquent\Builder;
|
||||||
use Illuminate\Database\Eloquent\Model;
|
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.
|
* The index at which we added a where clause.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user