From 06962c6dedba785619c02fd6c40e7d3f0c933ca2 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 26 Dec 2015 09:42:47 +0000 Subject: [PATCH] Fix name of InviteWasClaimed event class --- .../Invite/{InviteWasClaimed.php => InviteWasClaimedEvent.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename app/Events/Invite/{InviteWasClaimed.php => InviteWasClaimedEvent.php} (90%) 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.