`WebWizard`: Import exception `InvalidArgumentException`

This commit is contained in:
raviks789 2023-08-14 12:42:29 +02:00
parent fc321ddc49
commit ea2166be6d
1 changed files with 1 additions and 0 deletions

View File

@ -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;