Fixed missing ArrayHelper class on export. Updated the table class to also use StringHelper instead of JString.
This commit is contained in:
@ -12,6 +12,8 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
|
||||
/**
|
||||
* Custom_codes Controller
|
||||
*/
|
||||
|
Reference in New Issue
Block a user