Fixed missing ArrayHelper class on export. Updated the table class to also use StringHelper instead of JString.

This commit is contained in:
2020-05-25 18:17:00 +02:00
parent 5f1d17bfb3
commit bb73fe044e
177 changed files with 539 additions and 194 deletions

View File

@ -12,6 +12,8 @@
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
use Joomla\Utilities\ArrayHelper;
/**
* Languages Controller
*/