From 5b9cdd51d4983d57f98bcb0b6bd8149d39dca15b Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Fri, 6 Sep 2024 13:57:48 +0200 Subject: [PATCH] adobe issues --- system/mockutils/MockGenerator.cfc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/mockutils/MockGenerator.cfc b/system/mockutils/MockGenerator.cfc index 68de968..9f977ce 100644 --- a/system/mockutils/MockGenerator.cfc +++ b/system/mockutils/MockGenerator.cfc @@ -411,7 +411,7 @@ component accessors="true" { * @templatePath The template path to include */ private function $include( required string templatePath ){ - include template="#arguments.templatePath#"; + include "#arguments.templatePath#"; } }