Continued:
[core.git] / application / tests / class_ApplicationHelper.php
index c334b9c09b3c9dc87c767891116e83ae8d204082..68b23c5e5bea60dcd1144635f552f263a7522aa5 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Helper\Application;
+
+// Import framework stuff
+use CoreFramework\Registry\Registerable;
+
 /**
  * A class holding general data about the application and some methods for
  * the management including the entry point.