Skip to content

Commit 9c6c118

Browse files
authored
Use CMS Folder class in ChromestyleField (#40406)
1 parent 0b5bb2b commit 9c6c118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/src/Form/Field/ChromestyleField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
namespace Joomla\CMS\Form\Field;
1111

1212
use Joomla\CMS\Application\ApplicationHelper;
13+
use Joomla\CMS\Filesystem\Folder;
1314
use Joomla\CMS\Form\Form;
1415
use Joomla\CMS\HTML\HTMLHelper;
1516
use Joomla\CMS\Language\Text;
1617
use Joomla\Database\ParameterType;
17-
use Joomla\Filesystem\Folder;
1818

1919
// phpcs:disable PSR1.Files.SideEffects
2020
\defined('JPATH_PLATFORM') or die;

0 commit comments

Comments
 (0)