diff --git a/Theme/Backend/inspection-list.tpl.php b/Theme/Backend/inspection-list.tpl.php index 5a570c2..1f400bf 100644 --- a/Theme/Backend/inspection-list.tpl.php +++ b/Theme/Backend/inspection-list.tpl.php @@ -12,6 +12,4 @@ */ declare(strict_types=1); -use phpOMS\Uri\UriFactory; - -echo $this->data['nav']->render(); ?> \ No newline at end of file +echo $this->data['nav']->render(); diff --git a/Theme/Backend/inspection-type-list.tpl.php b/Theme/Backend/inspection-type-list.tpl.php index 5a570c2..1f400bf 100644 --- a/Theme/Backend/inspection-type-list.tpl.php +++ b/Theme/Backend/inspection-type-list.tpl.php @@ -12,6 +12,4 @@ */ declare(strict_types=1); -use phpOMS\Uri\UriFactory; - -echo $this->data['nav']->render(); ?> \ No newline at end of file +echo $this->data['nav']->render();