From 227814e6c3ee114b06468fa77697a70795edfe82 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Fri, 20 May 2022 09:35:23 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B04517=20-=20PHP=208.1:=20Fix=20missing=20?= =?UTF-8?q?use=20statement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../UI/Base/Component/Button/ButtonUIBlockFactory.php | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/application/UI/Base/Component/Button/ButtonUIBlockFactory.php b/sources/application/UI/Base/Component/Button/ButtonUIBlockFactory.php index 624acca97..fa03c643d 100644 --- a/sources/application/UI/Base/Component/Button/ButtonUIBlockFactory.php +++ b/sources/application/UI/Base/Component/Button/ButtonUIBlockFactory.php @@ -21,6 +21,7 @@ namespace Combodo\iTop\Application\UI\Base\Component\Button; use Combodo\iTop\Application\UI\Base\AbstractUIBlockFactory; use Dict; +use utils; /** * Class ButtonUIBlockFactory