Fix class names

This commit is contained in:
Franz Liedke 2017-10-03 19:44:53 +02:00
parent 360b9b04f1
commit 0b5a9d59ba
2 changed files with 4 additions and 4 deletions

View File

@ -11,8 +11,8 @@
namespace Flarum\Tags\Gambit;
use Flarum\Core\Search\AbstractRegexGambit;
use Flarum\Core\Search\AbstractSearch;
use Flarum\Search\AbstractRegexGambit;
use Flarum\Search\AbstractSearch;
use Flarum\Tags\TagRepository;
use Illuminate\Database\Query\Expression;

View File

@ -11,9 +11,9 @@
namespace Flarum\Tags\Post;
use Flarum\Post\AbstractEventPost;
use Flarum\Post\MergeableInterface;
use Flarum\Post\Post;
use Flarum\Post\Post\AbstractEventPost;
use Flarum\Post\Post\MergeableInterface;
class DiscussionTaggedPost extends AbstractEventPost implements MergeableInterface
{