Skip to content

Commit

Permalink
Fix delete event
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Aug 13, 2024
1 parent 56b6614 commit 497bed9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function __invoke(DeleteEvent $command): void
$this->dispatcher->dispatch(
new EventWasDeleted(
uuid: $command->uuid,
project: $event->getProject(),
project: $event->getProject()?->value,
),
);
}
Expand Down

0 comments on commit 497bed9

Please sign in to comment.