]> git.mxchange.org Git - core.git/blobdiff - index.php
Continued:
[core.git] / index.php
index b54c766135e0d55fd599451842699bb3280acb6a..34e000d470d68b73258a697639e3545fb9deb7c3 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,4 +1,10 @@
 <?php
+// Own namespace (watch out: core)
+namespace CoreFramework\EntryPoint;
+
+// Import framework stuff
+use CoreFramework\Configuration\FrameworkConfiguration;
+
 /**
  * The main class with the entry point to the whole application. This class
  * "emulates" Java's entry point call. Additionally it covers local