1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +02:00

Fix class names

This commit is contained in:
Franz Liedke
2017-10-03 19:44:29 +02:00
parent d528cd03e2
commit 41980082ea
2 changed files with 2 additions and 2 deletions

View File

@@ -11,8 +11,8 @@
namespace Flarum\Mentions\Notification;
use Flarum\Core\Notification\MailableInterface;
use Flarum\Notification\Blueprint\BlueprintInterface;
use Flarum\Notification\MailableInterface;
use Flarum\Post\Post;
class PostMentionedBlueprint implements BlueprintInterface, MailableInterface

View File

@@ -11,8 +11,8 @@
namespace Flarum\Mentions\Notification;
use Flarum\Core\Notification\MailableInterface;
use Flarum\Notification\Blueprint\BlueprintInterface;
use Flarum\Notification\MailableInterface;
use Flarum\Post\Post;
class UserMentionedBlueprint implements BlueprintInterface, MailableInterface