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\Component;
use CachetHQ\Cachet\Models\Component;
class ComponentWasUpdatedEvent implements ComponentEventInterface
final class ComponentWasUpdatedEvent implements ComponentEventInterface
{
/**
* The component that was updated.