Rename incident bus

This commit is contained in:
James Brooks
2017-03-18 09:41:33 +00:00
parent a55575656d
commit 485116b5ce
13 changed files with 50 additions and 50 deletions
@@ -15,7 +15,7 @@ use CachetHQ\Cachet\Bus\Events\ActionInterface;
use CachetHQ\Cachet\Models\Incident;
use CachetHQ\Cachet\Models\User;
final class IncidentWasReportedEvent implements ActionInterface, IncidentEventInterface
final class IncidentWasCreatedEvent implements ActionInterface, IncidentEventInterface
{
/**
* The user who reported the event.