]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/controller/html/class_HtmlDefaultNewsController.php
renamed lib-local.php -> lib-lfdb.php because it really loads the "legendary"
[core.git] / inc / main / classes / controller / html / class_HtmlDefaultNewsController.php
index 8a793bb1c3cca9b782d8328fd9c917d51bb72fed..2c8f854a47af8452b9173d821af0d73d125aec95 100644 (file)
@@ -4,7 +4,9 @@ namespace CoreFramework\Controller\News;
 
 // Import framework stuff
 use CoreFramework\Controller\BaseController;
+use CoreFramework\Controller\Controller;
 use CoreFramework\Factory\ObjectFactory;
+use CoreFramework\Resolver\Command\CommandResolver;
 use CoreFramework\Response\Responseable;
 
 /**