Moved the MVC to extend the CMS MVC via namespace.
This commit is contained in:
@ -13,6 +13,7 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Table\Table;
|
||||
use Joomla\Registry\Registry;
|
||||
use Joomla\String\StringHelper;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
@ -20,7 +21,7 @@ use Joomla\Utilities\ArrayHelper;
|
||||
/**
|
||||
* Snippets Table class
|
||||
*/
|
||||
class ComponentbuilderTableSnippet extends JTable
|
||||
class ComponentbuilderTableSnippet extends Table
|
||||
{
|
||||
/**
|
||||
* Ensure the params and metadata in json encoded in the bind method
|
||||
|
Reference in New Issue
Block a user