diff --git a/Admin/Activate.php b/Admin/Activate.php index b199125..fd40428 100644 --- a/Admin/Activate.php +++ b/Admin/Activate.php @@ -11,6 +11,7 @@ * @link http://website.orange-management.de */ declare(strict_types = 1); + namespace Modules\Tools\Admin; use phpOMS\DataStorage\Database\DatabasePool; diff --git a/Admin/Deactivate.php b/Admin/Deactivate.php index b6ee942..567b878 100644 --- a/Admin/Deactivate.php +++ b/Admin/Deactivate.php @@ -11,6 +11,7 @@ * @link http://website.orange-management.de */ declare(strict_types = 1); + namespace Modules\Tools\Admin; use phpOMS\DataStorage\Database\DatabasePool; diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 514656d..6acaa20 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\Tools\Admin\Install; + use phpOMS\DataStorage\Database\DatabasePool; /** diff --git a/Admin/Installer.php b/Admin/Installer.php index f8f5171..d835d74 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -11,6 +11,7 @@ * @link http://website.orange-management.de */ declare(strict_types = 1); + namespace Modules\Tools\Admin; use phpOMS\DataStorage\Database\DatabasePool; diff --git a/Admin/Uninstall.php b/Admin/Uninstall.php index 24d9f97..1e22121 100644 --- a/Admin/Uninstall.php +++ b/Admin/Uninstall.php @@ -11,6 +11,7 @@ * @link http://website.orange-management.de */ declare(strict_types = 1); + namespace Modules\Tools\Admin; use phpOMS\DataStorage\Database\DatabasePool; diff --git a/Admin/Update.php b/Admin/Update.php index 6a1b2c9..0b96922 100644 --- a/Admin/Update.php +++ b/Admin/Update.php @@ -11,6 +11,7 @@ * @link http://website.orange-management.de */ declare(strict_types = 1); + namespace Modules\Tools\Admin; use phpOMS\DataStorage\Database\DatabasePool; diff --git a/Controller.php b/Controller.php index 037f7db..5ea64e3 100644 --- a/Controller.php +++ b/Controller.php @@ -11,6 +11,7 @@ * @link http://website.orange-management.de */ declare(strict_types = 1); + namespace Modules\Tools; use phpOMS\Module\ModuleAbstract;