Refactored subscribers to own namespace

This commit is contained in:
2024-03-14 00:32:44 +01:00
parent 952b13535d
commit 17c683d9e8
9 changed files with 13 additions and 8 deletions

View File

@ -3,7 +3,7 @@
namespace NoccyLabs\Mercureact\Http\Middleware;
use NoccyLabs\Mercureact\Broker\Message;
use NoccyLabs\Mercureact\Broker\SseSubscriber;
use NoccyLabs\Mercureact\Broker\Subscriber\SseSubscriber;
use NoccyLabs\Mercureact\Broker\TopicManager;
use NoccyLabs\Mercureact\Configuration;
use NoccyLabs\Mercureact\Exception\RequestException;