diff --git a/app/Events/Invite/InviteWasClaimed.php b/app/Events/Invite/InviteWasClaimedEvent.php similarity index 90% rename from app/Events/Invite/InviteWasClaimed.php rename to app/Events/Invite/InviteWasClaimedEvent.php index 9c7dfcb3..77c562ab 100644 --- a/app/Events/Invite/InviteWasClaimed.php +++ b/app/Events/Invite/InviteWasClaimedEvent.php @@ -13,7 +13,7 @@ namespace CachetHQ\Cachet\Events\Invite; use CachetHQ\Cachet\Models\Invite; -final class InviteWasClaimed implements InviteEventInterface +final class InviteWasClaimedEvent implements InviteEventInterface { /** * The invite that has been claimed.