diff --git a/modules/monitoring/library/Monitoring/MonitoringWizard.php b/modules/monitoring/library/Monitoring/MonitoringWizard.php index 6ccd4b22b..1baac1787 100644 --- a/modules/monitoring/library/Monitoring/MonitoringWizard.php +++ b/modules/monitoring/library/Monitoring/MonitoringWizard.php @@ -12,7 +12,7 @@ use Icinga\Module\Setup\SetupWizard; use Icinga\Module\Setup\Requirements; use Icinga\Module\Setup\Utils\MakeDirStep; use Icinga\Module\Setup\Utils\EnableModuleStep; -use Icinga\Module\Setup\Form\SummaryPage; +use Icinga\Module\Setup\Forms\SummaryPage; use Icinga\Module\Monitoring\Form\Setup\WelcomePage; use Icinga\Module\Monitoring\Form\Setup\BackendPage; use Icinga\Module\Monitoring\Form\Setup\InstancePage; diff --git a/modules/setup/application/forms/AdminAccountPage.php b/modules/setup/application/forms/AdminAccountPage.php index dee501113..f338d9449 100644 --- a/modules/setup/application/forms/AdminAccountPage.php +++ b/modules/setup/application/forms/AdminAccountPage.php @@ -2,7 +2,7 @@ // {{{ICINGA_LICENSE_HEADER}}} // {{{ICINGA_LICENSE_HEADER}}} -namespace Icinga\Module\Setup\Form; +namespace Icinga\Module\Setup\Forms; use Exception; use LogicException; diff --git a/modules/setup/application/forms/AuthBackendPage.php b/modules/setup/application/forms/AuthBackendPage.php index 8cfd88981..0c58906be 100644 --- a/modules/setup/application/forms/AuthBackendPage.php +++ b/modules/setup/application/forms/AuthBackendPage.php @@ -2,7 +2,7 @@ // {{{ICINGA_LICENSE_HEADER}}} // {{{ICINGA_LICENSE_HEADER}}} -namespace Icinga\Module\Setup\Form; +namespace Icinga\Module\Setup\Forms; use Icinga\Application\Config; use Icinga\Web\Form; diff --git a/modules/setup/application/forms/AuthenticationPage.php b/modules/setup/application/forms/AuthenticationPage.php index c1d9fa339..4b0f9bee7 100644 --- a/modules/setup/application/forms/AuthenticationPage.php +++ b/modules/setup/application/forms/AuthenticationPage.php @@ -2,7 +2,7 @@ // {{{ICINGA_LICENSE_HEADER}}} // {{{ICINGA_LICENSE_HEADER}}} -namespace Icinga\Module\Setup\Form; +namespace Icinga\Module\Setup\Forms; use Icinga\Web\Form; use Icinga\Application\Platform; diff --git a/modules/setup/application/forms/DatabaseCreationPage.php b/modules/setup/application/forms/DatabaseCreationPage.php index 4b5bdca0e..ec4a77ee1 100644 --- a/modules/setup/application/forms/DatabaseCreationPage.php +++ b/modules/setup/application/forms/DatabaseCreationPage.php @@ -2,7 +2,7 @@ // {{{ICINGA_LICENSE_HEADER}}} // {{{ICINGA_LICENSE_HEADER}}} -namespace Icinga\Module\Setup\Form; +namespace Icinga\Module\Setup\Forms; use PDOException; use Icinga\Web\Form; diff --git a/modules/setup/application/forms/DbResourcePage.php b/modules/setup/application/forms/DbResourcePage.php index ef29ba0af..4a6535324 100644 --- a/modules/setup/application/forms/DbResourcePage.php +++ b/modules/setup/application/forms/DbResourcePage.php @@ -2,7 +2,7 @@ // {{{ICINGA_LICENSE_HEADER}}} // {{{ICINGA_LICENSE_HEADER}}} -namespace Icinga\Module\Setup\Form; +namespace Icinga\Module\Setup\Forms; use PDOException; use Icinga\Web\Form; diff --git a/modules/setup/application/forms/GeneralConfigPage.php b/modules/setup/application/forms/GeneralConfigPage.php index 84d4e9c46..309c1784d 100644 --- a/modules/setup/application/forms/GeneralConfigPage.php +++ b/modules/setup/application/forms/GeneralConfigPage.php @@ -2,7 +2,7 @@ // {{{ICINGA_LICENSE_HEADER}}} // {{{ICINGA_LICENSE_HEADER}}} -namespace Icinga\Module\Setup\Form; +namespace Icinga\Module\Setup\Forms; use Icinga\Web\Form; use Icinga\Forms\Config\General\LoggingConfigForm; diff --git a/modules/setup/application/forms/LdapDiscoveryConfirmPage.php b/modules/setup/application/forms/LdapDiscoveryConfirmPage.php index f50cf18f1..a192fac72 100644 --- a/modules/setup/application/forms/LdapDiscoveryConfirmPage.php +++ b/modules/setup/application/forms/LdapDiscoveryConfirmPage.php @@ -2,7 +2,7 @@ // {{{ICINGA_LICENSE_HEADER}}} // {{{ICINGA_LICENSE_HEADER}}} -namespace Icinga\Module\Setup\Form; +namespace Icinga\Module\Setup\Forms; use Icinga\Application\Config; use Icinga\Web\Form; diff --git a/modules/setup/application/forms/LdapDiscoveryPage.php b/modules/setup/application/forms/LdapDiscoveryPage.php index 289176c4c..ec41842d0 100644 --- a/modules/setup/application/forms/LdapDiscoveryPage.php +++ b/modules/setup/application/forms/LdapDiscoveryPage.php @@ -2,7 +2,7 @@ // {{{ICINGA_LICENSE_HEADER}}} // {{{ICINGA_LICENSE_HEADER}}} -namespace Icinga\Module\Setup\Form; +namespace Icinga\Module\Setup\Forms; use Icinga\Web\Form; use Icinga\Forms\LdapDiscoveryForm; diff --git a/modules/setup/application/forms/LdapResourcePage.php b/modules/setup/application/forms/LdapResourcePage.php index c02846f58..49bed69c3 100644 --- a/modules/setup/application/forms/LdapResourcePage.php +++ b/modules/setup/application/forms/LdapResourcePage.php @@ -2,7 +2,7 @@ // {{{ICINGA_LICENSE_HEADER}}} // {{{ICINGA_LICENSE_HEADER}}} -namespace Icinga\Module\Setup\Form; +namespace Icinga\Module\Setup\Forms; use Icinga\Web\Form; use Icinga\Forms\Config\Resource\LdapResourceForm; diff --git a/modules/setup/application/forms/ModulePage.php b/modules/setup/application/forms/ModulePage.php index e1e951bcb..06d3cf621 100644 --- a/modules/setup/application/forms/ModulePage.php +++ b/modules/setup/application/forms/ModulePage.php @@ -2,7 +2,7 @@ // {{{ICINGA_LICENSE_HEADER}}} // {{{ICINGA_LICENSE_HEADER}}} -namespace Icinga\Module\Setup\Form; +namespace Icinga\Module\Setup\Forms; use InvalidArgumentException; use Icinga\Application\Icinga; diff --git a/modules/setup/application/forms/PreferencesPage.php b/modules/setup/application/forms/PreferencesPage.php index 0916d930a..9a6f31448 100644 --- a/modules/setup/application/forms/PreferencesPage.php +++ b/modules/setup/application/forms/PreferencesPage.php @@ -2,7 +2,7 @@ // {{{ICINGA_LICENSE_HEADER}}} // {{{ICINGA_LICENSE_HEADER}}} -namespace Icinga\Module\Setup\Form; +namespace Icinga\Module\Setup\Forms; use Icinga\Web\Form; use Icinga\Application\Platform; diff --git a/modules/setup/application/forms/RequirementsPage.php b/modules/setup/application/forms/RequirementsPage.php index 076c2eba0..ec4405459 100644 --- a/modules/setup/application/forms/RequirementsPage.php +++ b/modules/setup/application/forms/RequirementsPage.php @@ -2,7 +2,7 @@ // {{{ICINGA_LICENSE_HEADER}}} // {{{ICINGA_LICENSE_HEADER}}} -namespace Icinga\Module\Setup\Form; +namespace Icinga\Module\Setup\Forms; use Icinga\Web\Form; use Icinga\Module\Setup\Requirements; diff --git a/modules/setup/application/forms/SummaryPage.php b/modules/setup/application/forms/SummaryPage.php index 103a7aadf..14ad93c56 100644 --- a/modules/setup/application/forms/SummaryPage.php +++ b/modules/setup/application/forms/SummaryPage.php @@ -2,7 +2,7 @@ // {{{ICINGA_LICENSE_HEADER}}} // {{{ICINGA_LICENSE_HEADER}}} -namespace Icinga\Module\Setup\Form; +namespace Icinga\Module\Setup\Forms; use Icinga\Web\Form; diff --git a/modules/setup/application/forms/WelcomePage.php b/modules/setup/application/forms/WelcomePage.php index 8f32280eb..5da607683 100644 --- a/modules/setup/application/forms/WelcomePage.php +++ b/modules/setup/application/forms/WelcomePage.php @@ -2,7 +2,7 @@ // {{{ICINGA_LICENSE_HEADER}}} // {{{ICINGA_LICENSE_HEADER}}} -namespace Icinga\Module\Setup\Form; +namespace Icinga\Module\Setup\Forms; use Icinga\Application\Icinga; use Icinga\Web\Form; diff --git a/modules/setup/library/Setup/WebWizard.php b/modules/setup/library/Setup/WebWizard.php index 469f25e02..46dd7624f 100644 --- a/modules/setup/library/Setup/WebWizard.php +++ b/modules/setup/library/Setup/WebWizard.php @@ -10,20 +10,20 @@ use Icinga\Web\Wizard; use Icinga\Web\Request; use Icinga\Application\Config; use Icinga\Application\Platform; -use Icinga\Module\Setup\Form\ModulePage; -use Icinga\Module\Setup\Form\WelcomePage; -use Icinga\Module\Setup\Form\SummaryPage; -use Icinga\Module\Setup\Form\DbResourcePage; -use Icinga\Module\Setup\Form\PreferencesPage; -use Icinga\Module\Setup\Form\AuthBackendPage; -use Icinga\Module\Setup\Form\AdminAccountPage; -use Icinga\Module\Setup\Form\LdapDiscoveryPage; -use Icinga\Module\Setup\Form\LdapDiscoveryConfirmPage; -use Icinga\Module\Setup\Form\LdapResourcePage; -use Icinga\Module\Setup\Form\RequirementsPage; -use Icinga\Module\Setup\Form\GeneralConfigPage; -use Icinga\Module\Setup\Form\AuthenticationPage; -use Icinga\Module\Setup\Form\DatabaseCreationPage; +use Icinga\Module\Setup\Forms\ModulePage; +use Icinga\Module\Setup\Forms\WelcomePage; +use Icinga\Module\Setup\Forms\SummaryPage; +use Icinga\Module\Setup\Forms\DbResourcePage; +use Icinga\Module\Setup\Forms\PreferencesPage; +use Icinga\Module\Setup\Forms\AuthBackendPage; +use Icinga\Module\Setup\Forms\AdminAccountPage; +use Icinga\Module\Setup\Forms\LdapDiscoveryPage; +use Icinga\Module\Setup\Forms\LdapDiscoveryConfirmPage; +use Icinga\Module\Setup\Forms\LdapResourcePage; +use Icinga\Module\Setup\Forms\RequirementsPage; +use Icinga\Module\Setup\Forms\GeneralConfigPage; +use Icinga\Module\Setup\Forms\AuthenticationPage; +use Icinga\Module\Setup\Forms\DatabaseCreationPage; use Icinga\Module\Setup\Steps\DatabaseStep; use Icinga\Module\Setup\Steps\GeneralConfigStep; use Icinga\Module\Setup\Steps\ResourceStep;