From 93d0afff10426eacf1b7a9ed8a09f49cbdd2f110 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Mon, 4 Apr 2022 19:39:47 +0200 Subject: [PATCH] SyncruleController: useless use of use --- application/controllers/SyncruleController.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/application/controllers/SyncruleController.php b/application/controllers/SyncruleController.php index 482f35cc..9780025e 100644 --- a/application/controllers/SyncruleController.php +++ b/application/controllers/SyncruleController.php @@ -2,8 +2,6 @@ namespace Icinga\Module\Director\Controllers; -use gipfl\Diff\HtmlRenderer\SideBySideDiff; -use gipfl\Diff\PhpDiff; use gipfl\IcingaWeb2\Link; use gipfl\Web\Widget\Hint; use Icinga\Module\Director\Web\Widget\IcingaConfigDiff; @@ -30,7 +28,6 @@ use Icinga\Module\Director\Web\Tabs\SyncRuleTabs; use Icinga\Module\Director\Web\Widget\SyncRunDetails; use ipl\Html\Form; use ipl\Html\Html; -use ipl\Html\ValidHtml; class SyncruleController extends ActionController {