Skip to content

Commit

Permalink
[fix] removed StoppableEventInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
Qupiter committed Dec 13, 2024
1 parent d46f94b commit d550e26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Domain/Classes/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@

use CubaDevOps\Flexi\Domain\Interfaces\DTOInterface;
use CubaDevOps\Flexi\Domain\Interfaces\EventInterface;
use Psr\EventDispatcher\StoppableEventInterface;

class Event implements EventInterface, StoppableEventInterface
class Event implements EventInterface
{
private string $name;
private array $data;
Expand Down

0 comments on commit d550e26

Please sign in to comment.