Fix class names

This commit is contained in:
Franz Liedke 2017-10-03 19:45:11 +02:00
parent ce9e2926de
commit 1bed2fefa3
2 changed files with 4 additions and 4 deletions

View File

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

View File

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