]> git.mxchange.org Git - core.git/blobdiff - application/tests/loader.php
Continued:
[core.git] / application / tests / loader.php
index 089bb9f5931dcf75888d700d9dbba287dde42f09..7ddcb41f464ee43f4512423d4f46cbbb27aebf70 100644 (file)
@@ -1,13 +1,10 @@
 <?php
-// Import framework stuff
-use CoreFramework\Loader\ClassLoader;
-
 /**
  * The application's class loader
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2016 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  *
  * This program is free software: you can redistribute it and/or modify
@@ -26,6 +23,3 @@ use CoreFramework\Loader\ClassLoader;
 
 // Scan for application's classes, exceptions and interfaces
 ClassLoader::scanApplicationClasses();
-
-// [EOF]
-?>