From ea2166be6dcb0b3d8ea86a2208b3db8ec94c10f4 Mon Sep 17 00:00:00 2001 From: raviks789 <33730024+raviks789@users.noreply.github.com> Date: Mon, 14 Aug 2023 12:42:29 +0200 Subject: [PATCH] `WebWizard`: Import exception `InvalidArgumentException` --- modules/setup/library/Setup/WebWizard.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/setup/library/Setup/WebWizard.php b/modules/setup/library/Setup/WebWizard.php index dbf990af5..42972a997 100644 --- a/modules/setup/library/Setup/WebWizard.php +++ b/modules/setup/library/Setup/WebWizard.php @@ -6,6 +6,7 @@ namespace Icinga\Module\Setup; use Icinga\Application\Platform; use Icinga\Module\Setup\Requirement\SetRequirement; use Icinga\Module\Setup\Requirement\WebLibraryRequirement; +use InvalidArgumentException; use PDOException; use Icinga\Web\Form; use Icinga\Web\Wizard;