mirror of
https://github.com/flarum/core.git
synced 2025-07-21 16:51:34 +02:00
Fix class names
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
|
|
||||||
namespace Flarum\Sticky\Gambit;
|
namespace Flarum\Sticky\Gambit;
|
||||||
|
|
||||||
use Flarum\Core\Search\AbstractRegexGambit;
|
use Flarum\Search\AbstractRegexGambit;
|
||||||
use Flarum\Core\Search\AbstractSearch;
|
use Flarum\Search\AbstractSearch;
|
||||||
|
|
||||||
class StickyGambit extends AbstractRegexGambit
|
class StickyGambit extends AbstractRegexGambit
|
||||||
{
|
{
|
||||||
|
@@ -11,9 +11,9 @@
|
|||||||
|
|
||||||
namespace Flarum\Sticky\Post;
|
namespace Flarum\Sticky\Post;
|
||||||
|
|
||||||
|
use Flarum\Post\AbstractEventPost;
|
||||||
|
use Flarum\Post\MergeableInterface;
|
||||||
use Flarum\Post\Post;
|
use Flarum\Post\Post;
|
||||||
use Flarum\Post\Post\AbstractEventPost;
|
|
||||||
use Flarum\Post\Post\MergeableInterface;
|
|
||||||
|
|
||||||
class DiscussionStickiedPost extends AbstractEventPost implements MergeableInterface
|
class DiscussionStickiedPost extends AbstractEventPost implements MergeableInterface
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user