]> git.mxchange.org Git - core.git/blobdiff - inc/main/interfaces/io/file/class_FileOutputStreamer.php
renamed lib-local.php -> lib-lfdb.php because it really loads the "legendary"
[core.git] / inc / main / interfaces / io / file / class_FileOutputStreamer.php
index f8d607f3b02c84614be9d89427c3471acc8aeff1..158d0c5652827dc6a715761439ddf385e66f6fc9 100644 (file)
@@ -1,6 +1,9 @@
 <?php
 // Own namespace
-namespace CoreFramework\Filesystem\Stream;
+namespace CoreFramework\Stream\Filesystem;
+
+// Import framework stuff
+use CoreFramework\Stream\Output\StreamableOutput;
 
 /**
  * An interface for file output operations.