From 4f96b5ad6a3201182b7dc7aeaf266bf96eabbeb6 Mon Sep 17 00:00:00 2001 From: Ben Croker <57572400+bencroker@users.noreply.github.com> Date: Thu, 2 May 2024 20:14:25 -0600 Subject: [PATCH] Update FactoryFields.twig --- stubs/compiled_classes/FactoryFields.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/stubs/compiled_classes/FactoryFields.twig b/stubs/compiled_classes/FactoryFields.twig index 3a53300..0fefeab 100644 --- a/stubs/compiled_classes/FactoryFields.twig +++ b/stubs/compiled_classes/FactoryFields.twig @@ -3,6 +3,7 @@ namespace markhuot\craftpest\storage; /** + {% set type = '' %} {% for field in fields %} {% if craft.app.version < 5 %} {% set type = field.valueType() %}