]> git.mxchange.org Git - core.git/blobdiff - inc/main/interfaces/io/file/class_FileOutputStreamer.php
Continued:
[core.git] / inc / main / interfaces / io / file / class_FileOutputStreamer.php
index 179ef161bd44ab3abf28bbd9f3f5bd27fdc50fcc..158d0c5652827dc6a715761439ddf385e66f6fc9 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 // Own namespace
-namespace CoreFramework\Filesystem\Stream;
+namespace CoreFramework\Stream\Filesystem;
 
 // Import framework stuff
-use CoreFramework\Stream\Output\OutputStreamer;
+use CoreFramework\Stream\Output\StreamableOutput;
 
 /**
  * An interface for file output operations.