diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 2b0bca1..94dce72 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -24,7 +24,7 @@ namespace Modules\Sales\Controller; */ final class BackendController extends Controller { - /** + /** * {@inheritdoc} */ public function viewDashboard(RequestAbstract $request, ResponseAbstract $response, $data = null) : RenderableInterface diff --git a/Theme/Backend/sales-analysis-dashboard.tpl.php b/Theme/Backend/sales-analysis-dashboard.tpl.php index ca3bf06..242bfda 100644 --- a/Theme/Backend/sales-analysis-dashboard.tpl.php +++ b/Theme/Backend/sales-analysis-dashboard.tpl.php @@ -12,10 +12,8 @@ */ declare(strict_types=1); -use phpOMS\Uri\UriFactory; - /** * @var \phpOMS\Views\View $this */ -echo $this->getData('nav')->render(); ?> \ No newline at end of file +echo $this->getData('nav')->render();