Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeyroik committed Apr 29, 2020
1 parent ec84634 commit b632b7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/workflows/transitions/dispatchers/Notify.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ public function __invoke(ITransitResult &$result, IEntity &$entityEdited): bool
*/
$notifier = new $notifierClass($this->__toArray());
$notifier->notify($entityEdited, $this->getContext(), $result);

return true;
}
}

0 comments on commit b632b7f

Please sign in to comment.