From 73a10d9d55c20bfdeb685b94cf66b53d60fb925a Mon Sep 17 00:00:00 2001 From: Roman Axelrod Date: Sat, 12 Nov 2022 23:39:02 +0200 Subject: [PATCH] Added namespace to "Basic Template" WordPress file. --- platforms/wordpress/templates/Template_Basic_Component.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platforms/wordpress/templates/Template_Basic_Component.php b/platforms/wordpress/templates/Template_Basic_Component.php index 351f5f2..ca5a48d 100644 --- a/platforms/wordpress/templates/Template_Basic_Component.php +++ b/platforms/wordpress/templates/Template_Basic_Component.php @@ -1,5 +1,7 @@ \<%= blockClassModel %>; + use Core\Global_Functions; class <%= blockClassModel %>_Component {