From 84c2621bb607773682b729b00072132d97995847 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 3 Feb 2018 11:38:30 +0100 Subject: [PATCH] CS fixes --- Admin/Install/Navigation.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index c34642f..608ee9e 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -11,7 +11,9 @@ * @link http://website.orange-management.de */ declare(strict_types = 1); + namespace Modules\QA\Admin\Install; + use phpOMS\DataStorage\Database\DatabasePool; /**