Skip to content

Commit

Permalink
Remove unnecessary method
Browse files Browse the repository at this point in the history
  • Loading branch information
fntneves committed Oct 11, 2023
1 parent 99cb5f6 commit 19fa889
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Neves/Events/Transaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ public function hasParent()
return $this->parent !== null;
}

public function getDispatchedEvents(): Collection
{
return $this->dispatchedEvents;
}

public function addDispatchedEvent($event)
{
$this->dispatchedEvents->push($event);
Expand Down

0 comments on commit 19fa889

Please sign in to comment.