1
0
mirror of https://github.com/flarum/core.git synced 2025-10-14 00:15:51 +02:00

Extract Flarum\Notification namespace

This commit is contained in:
Franz Liedke
2017-06-24 14:22:19 +02:00
parent 4a13cd8088
commit b38ade986d
18 changed files with 42 additions and 45 deletions

View File

@@ -12,7 +12,7 @@
namespace Flarum\Core\Command;
use Flarum\User\AssertPermissionTrait;
use Flarum\Core\Repository\NotificationRepository;
use Flarum\Notification\NotificationRepository;
class ReadAllNotificationsHandler
{