From: Roland Häder Date: Fri, 19 May 2017 16:06:43 +0000 (+0200) Subject: template updated X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=daf55c0316889a64be1793863977fc7a99b16084 template updated Signed-off-by: Roland Häder --- diff --git a/framework/main/classes/registry/class_ b/framework/main/classes/registry/class_ index 76e0e745..ad22ae08 100644 --- a/framework/main/classes/registry/class_ +++ b/framework/main/classes/registry/class_ @@ -2,6 +2,10 @@ // Own namespace namespace CoreFramework\Registry\!!!; +// Import framework stuff +use CoreFramework\Registry\BaseRegistry; +use CoreFramework\Registry\Register; + /** * A ??? registry * diff --git a/framework/main/classes/visitor/class_ b/framework/main/classes/visitor/class_ index d25f7f6c..fc2302f2 100644 --- a/framework/main/classes/visitor/class_ +++ b/framework/main/classes/visitor/class_ @@ -1,4 +1,10 @@