]> git.mxchange.org Git - core.git/blobdiff - framework/main/interfaces/visitor/decorator/class_DecoratorVisitor.php
Continued:
[core.git] / framework / main / interfaces / visitor / decorator / class_DecoratorVisitor.php
index 8b7cab4c96ff73f345b1fc7ea6209c997c3b2cfe..033d013f7821426eafbc21eb54e15746f5c84a2a 100644 (file)
@@ -2,6 +2,9 @@
 // Own namespace
 namespace CoreFramework\Visitor\Decorator;
 
+// Import framework stuff
+use CoreFramework\Visitor\Visitor;
+
 /**
  * An interface for the visitor implementation for decorators
  *