]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/helper/html/class_BaseHtmlHelper.php
Continued:
[core.git] / framework / main / classes / helper / html / class_BaseHtmlHelper.php
index 2bc7ffb1b24e60c80d2001db2a1b3fbc3b1f73bf..25c52f7429e0158a3fcf0ae705e122840ddb79d3 100644 (file)
@@ -2,6 +2,9 @@
 // Own namespace
 namespace CoreFramework\Helper;
 
 // Own namespace
 namespace CoreFramework\Helper;
 
+// Import framework stuff
+use CoreFramework\Helper\BaseHelper;
+
 /**
  * A general purpose web helper. You should not instance this like all the other
  * base classes. Instead write your own web helper class and inherit this class.
 /**
  * A general purpose web helper. You should not instance this like all the other
  * base classes. Instead write your own web helper class and inherit this class.