Fix name of InviteWasClaimed event class

This commit is contained in:
James Brooks
2015-12-26 09:42:47 +00:00
parent 0ba49b2a7c
commit 06962c6ded

View File

@@ -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.