Skip to content

Commit

Permalink
adobe issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Sep 6, 2024
1 parent c5f4a5c commit 5b9cdd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/mockutils/MockGenerator.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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#";
}

}

0 comments on commit 5b9cdd5

Please sign in to comment.