Rename incident events and fixes
This commit is contained in:
committed by
James Brooks
parent
a93472f544
commit
64ff4d73c2
@@ -63,7 +63,7 @@ class SendIncidentEmailNotificationHandler
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function handle(IncidentHasReportedEvent $event)
|
||||
public function handle(IncidentWasReportedEvent $event)
|
||||
{
|
||||
$incident = $this->presenter->decorate($event->incident);
|
||||
$component = $this->presenter->decorate($event->incident->component);
|
||||
|
||||
Reference in New Issue
Block a user