diff --git a/system/src/Grav/Events/TypesEvent.php b/system/src/Grav/Events/TypesEvent.php index 3e9b2dde5..8314aff8a 100644 --- a/system/src/Grav/Events/TypesEvent.php +++ b/system/src/Grav/Events/TypesEvent.php @@ -14,5 +14,5 @@ use RocketTheme\Toolbox\Event\Event; class TypesEvent extends Event { - public $type; + public $types; }