]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/file_directories/text/input/class_BaseInputTextFile.php
renamed lib-local.php -> lib-lfdb.php because it really loads the "legendary"
[core.git] / inc / main / classes / file_directories / text / input / class_BaseInputTextFile.php
index 1fda99514f835ea0411e9538e35d3815078c0e50..a8ff8874777c24f0451861ecad842bbd1be63363 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Filesystem\Text;
+
+// Import framework stuff
+use CoreFramework\Factory\ObjectFactory;
+
 /**
  * A general text input file class
  *
@@ -54,7 +60,5 @@ class BaseInputTextFile extends BaseTextFile {
         */
        public function readLine () {
        }
-}
 
-// [EOF]
-?>
+}