Make all events final classes

This commit is contained in:
James Brooks
2015-12-25 16:04:15 +00:00
parent af51fe8b99
commit eb874ade0f
20 changed files with 20 additions and 20 deletions

View File

@@ -13,7 +13,7 @@ namespace CachetHQ\Cachet\Events\User;
use CachetHQ\Cachet\Models\Invite;
final class UserWasInvitedEvent
final class UserWasInvitedEvent implements UserEventInterface
{
/**
* The invite that has been added.