Renamed Registry -> GenericRegistry to make it clear that this registry does
[core.git] / framework / main / classes / output / class_
index 07d1b89b230324807a14da20b7e7954d0bcfb6d4..f2894d84dd155e046a7a69eeceb2947fdae4e0f7 100644 (file)
@@ -3,7 +3,8 @@
 namespace CoreFramework\Output\;
 
 // Import framework stuff
-use CoreFramework\Generic\UnsupportedOperationException;
+use Org\Mxchange\CoreFramework\Bootstrap\FrameworkBootstrap;
+use Org\Mxchange\CoreFramework\Generic\UnsupportedOperationException;
 
 /**
  * A ??? output class
@@ -61,7 +62,7 @@ class ???Output extends BaseOutput implements OutputStreamer, Registerable {
                        // Set the content type
                        if (!empty($contentType)) {
                                // Set the header
-                               $applicationInstance->getResponseInstance()->addHeader('Content-type', $contentType);
+                               FrameworkBootstrap::getResponseInstance()->addHeader('Content-type', $contentType);
                        } // END - if
                } // END - if