X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=framework%2Fmain%2Fclasses%2Fhelper%2Fhtml%2Fclass_BaseHtmlHelper.php;h=25c52f7429e0158a3fcf0ae705e122840ddb79d3;hp=2bc7ffb1b24e60c80d2001db2a1b3fbc3b1f73bf;hb=deb4c766b3c6af391dc3beb4a7a450ae2a6249c2;hpb=2eac7fa61bc152da2e962d55e3a44e56faa12f93 diff --git a/framework/main/classes/helper/html/class_BaseHtmlHelper.php b/framework/main/classes/helper/html/class_BaseHtmlHelper.php index 2bc7ffb1..25c52f74 100644 --- a/framework/main/classes/helper/html/class_BaseHtmlHelper.php +++ b/framework/main/classes/helper/html/class_BaseHtmlHelper.php @@ -2,6 +2,9 @@ // 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.