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

@ -17,6 +17,8 @@ defined('_JEXEC') or die('Restricted access');
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
use Joomla\Utilities\ArrayHelper;
/**
* ###Component### ###SView### Model
*/