From 9e5ed10925863a9539a765445cbaca828a6ee5d8 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Sun, 19 Feb 2023 14:50:16 -0700 Subject: [PATCH] typo in types --- system/src/Grav/Events/TypesEvent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }