]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/output/web/class_WebOutput.php
Continued:
[core.git] / inc / main / classes / output / web / class_WebOutput.php
index e08d8396e1c3c2604d02a8791199d1df937c3d07..08120e3c516adb19271828c9baada567b7a8a3e4 100644 (file)
@@ -4,6 +4,7 @@ namespace CoreFramework\Output;
 
 // Import framework stuff
 use CoreFramework\Manager\ManageableApplication;
+use CoreFramework\Output\BaseOutput;
 use CoreFramework\Registry\Registerable;
 
 /**
@@ -114,7 +115,5 @@ class WebOutput extends BaseOutput implements OutputStreamer, Registerable {
        public function size () {
                throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION);
        }
-}
 
-// [EOF]
-?>
+}