Fixed event interface
This commit is contained in:
@@ -5,9 +5,10 @@ declare(strict_types=1);
|
||||
namespace Diffhead\PHP\LaravelRabbitMQ\Service;
|
||||
|
||||
use Diffhead\PHP\LaravelRabbitMQ\Exception\AssociatedEventNotFound;
|
||||
use Diffhead\PHP\LaravelRabbitMQ\Interface\Event;
|
||||
use Diffhead\PHP\LaravelRabbitMQ\Interface\EventMapper as EventMapperInterface;
|
||||
use Diffhead\PHP\LaravelRabbitMQ\Object\Queue;
|
||||
use App\Shared\Event\Event;
|
||||
|
||||
use Illuminate\Contracts\Foundation\Application;
|
||||
|
||||
class EventMapper implements EventMapperInterface
|
||||
|
||||
Reference in New Issue
Block a user