Added the namespacing for the file and folder classes to the compiler. gh-682

This commit is contained in:
2021-03-08 05:55:21 +02:00
parent 552a2664ba
commit 1279a5d2f9
8 changed files with 76 additions and 69 deletions

View File

@ -22346,6 +22346,7 @@ class Interpretation extends Fields
break;
case 'admin.helper':
case 'site.helper':
$headers[] = 'use Joomla\CMS\Filesystem\File;';
$headers[] = 'use Joomla\CMS\Language\Language;';
$headers[] = 'use Joomla\Registry\Registry;';
$headers[] = 'use Joomla\String\StringHelper;';