From 5fdc426977fa7a49f59d711eaedf36e8a3ff89d0 Mon Sep 17 00:00:00 2001 From: Roland Dalmulder Date: Mon, 11 May 2020 14:49:00 +0200 Subject: [PATCH] Finish adding warning Fixes #235 Signed-off-by: Roland Dalmulder --- .../com_patchtester/PatchTester/View/Pulls/PullsHtmlView.php | 1 + 1 file changed, 1 insertion(+) diff --git a/administrator/components/com_patchtester/PatchTester/View/Pulls/PullsHtmlView.php b/administrator/components/com_patchtester/PatchTester/View/Pulls/PullsHtmlView.php index 6b16001..ba925fe 100644 --- a/administrator/components/com_patchtester/PatchTester/View/Pulls/PullsHtmlView.php +++ b/administrator/components/com_patchtester/PatchTester/View/Pulls/PullsHtmlView.php @@ -8,6 +8,7 @@ namespace PatchTester\View\Pulls; +use Joomla\CMS\Factory; use Joomla\CMS\Language\Text; use Joomla\CMS\Pagination\Pagination; use Joomla\CMS\Toolbar\Toolbar;