diff --git a/Admin/Activate.php b/Admin/Activate.php index aa976f7..4a304f4 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\PL\Admin; use phpOMS\DataStorage\Database\DatabasePool; diff --git a/Admin/Deactivate.php b/Admin/Deactivate.php index 5b22636..42f3aa0 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\PL\Admin; use phpOMS\DataStorage\Database\DatabasePool; diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index b5bf103..eb962a1 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\PL\Admin\Install; + use phpOMS\DataStorage\Database\DatabasePool; /** diff --git a/Admin/Installer.php b/Admin/Installer.php index 0b0786c..b3aeb62 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\PL\Admin; use phpOMS\DataStorage\Database\DatabaseType; diff --git a/Admin/Uninstall.php b/Admin/Uninstall.php index 164622e..144847d 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\PL\Admin; use phpOMS\DataStorage\Database\DatabasePool; diff --git a/Admin/Update.php b/Admin/Update.php index 8cc65d2..09f6d78 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\PL\Admin; use phpOMS\DataStorage\Database\DatabasePool; diff --git a/Controller.php b/Controller.php index 6e4fdab..ec10243 100644 --- a/Controller.php +++ b/Controller.php @@ -11,6 +11,7 @@ * @link http://website.orange-management.de */ declare(strict_types = 1); + namespace Modules\PL; use Modules\Navigation\Models\Navigation;