diff --git a/Admin/Install/Comments.php b/Admin/Install/Comments.php index 42194f5..ac34709 100644 --- a/Admin/Install/Comments.php +++ b/Admin/Install/Comments.php @@ -52,7 +52,7 @@ class Comments $mapper = \str_replace([ '// @Module Comments ', '/* @Module Comments ', - ' @Module Comments */' + ' @Module Comments */', ], '', $mapper); \file_put_contents(__DIR__ . '/../../Models/NewsArticleMapper.php', $mapper); diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 861cc5b..75e2935 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -25,8 +25,8 @@ use phpOMS\Contract\RenderableInterface; use phpOMS\Message\Http\RequestStatusCode; use phpOMS\Message\RequestAbstract; use phpOMS\Message\ResponseAbstract; -use phpOMS\Views\View; use phpOMS\Module\NullModule; +use phpOMS\Views\View; /** * News controller class.