Completed
Pull Request — master (#366)
by Beñat
04:48
created
Elasticsearch/Inbox/ElasticsearchUserUnreadNotificationEventHandler.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,8 +14,8 @@
 block discarded – undo
14 14
 
15 15
 namespace Kreta\Notifier\Infrastructure\Projection\EventHandler\Elasticsearch\Inbox;
16 16
 
17
-use Kreta\Notifier\Domain\Model\Inbox\NotificationStatus;
18 17
 use Kreta\Notifier\Domain\Model\Inbox\NotificationMarkedAsUnread;
18
+use Kreta\Notifier\Domain\Model\Inbox\NotificationStatus;
19 19
 use Kreta\SharedKernel\Domain\Model\DomainEvent;
20 20
 use Kreta\SharedKernel\Projection\EventHandler;
21 21
 use ONGR\ElasticsearchBundle\Service\Repository;
Please login to merge, or discard this patch.