Skip to content

Commit

Permalink
Merge pull request #49 from CubaDevOps/48-bug-event-cannot-implement-…
Browse files Browse the repository at this point in the history
…previously-implemented-interface-stoppableeventinterface

fix: removes the not necessary StoppableEventInterface from Event class
  • Loading branch information
cbatista8a authored Dec 13, 2024
2 parents d46f94b + d550e26 commit 3538e80
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 3538e80

Please sign in to comment.