Fix class names

This commit is contained in:
Franz Liedke 2017-10-03 19:45:54 +02:00
parent a8c43097d7
commit b28f116b06
2 changed files with 4 additions and 4 deletions

View File

@ -11,8 +11,8 @@
namespace Flarum\Sticky\Gambit;
use Flarum\Core\Search\AbstractRegexGambit;
use Flarum\Core\Search\AbstractSearch;
use Flarum\Search\AbstractRegexGambit;
use Flarum\Search\AbstractSearch;
class StickyGambit extends AbstractRegexGambit
{

View File

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