typo in types

This commit is contained in:
Andy Miller 2023-02-19 14:50:16 -07:00
parent 81ed7379a9
commit 9e5ed10925
No known key found for this signature in database
GPG Key ID: 9F2CF38AEBDB0AE0

View File

@ -14,5 +14,5 @@ use RocketTheme\Toolbox\Event\Event;
class TypesEvent extends Event
{
public $type;
public $types;
}