]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/response/image/class_ImageResponse.php
renamed lib-local.php -> lib-lfdb.php because it really loads the "legendary"
[core.git] / inc / main / classes / response / image / class_ImageResponse.php
index 0b60bb47c9d32af3b16135c9d32da4bdd2f7fc63..58e3e41fb1e5879a27116da8d4ff6a3890407716 100644 (file)
@@ -4,6 +4,7 @@ namespace CoreFramework\Response;
 
 // Import framework stuff
 use CoreFramework\Manager\ManageableApplication;
+use CoreFramework\Response\Responseable;
 
 /**
  * A class for an image response on an HTTP request
@@ -243,7 +244,5 @@ class ImageResponse extends BaseResponse implements Responseable {
                        $this->addCookie($cookieName, $_COOKIE[$cookieName], FALSE);
                } // END - if
        }
-}
 
-// [EOF]
-?>
+}