mirror of
https://github.com/flarum/core.git
synced 2025-08-01 14:10:37 +02:00
Remove Interface suffix from some classes
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
use Flarum\Core\Users\UserRepository;
|
||||
use Flarum\Core\Search\Search;
|
||||
use Flarum\Core\Search\GambitInterface;
|
||||
use Flarum\Core\Search\Gambit;
|
||||
|
||||
class FulltextGambit implements GambitInterface
|
||||
class FulltextGambit implements Gambit
|
||||
{
|
||||
/**
|
||||
* @var UserRepository
|
||||
|
Reference in New Issue
Block a user