Moved the MVC to extend the CMS MVC via namespace.
This commit is contained in:
@ -13,12 +13,13 @@
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\MVC\Controller\FormController;
|
||||
use Joomla\Utilities\ArrayHelper;
|
||||
|
||||
/**
|
||||
* Component_mysql_tweaks Controller
|
||||
* Component_mysql_tweaks Form Controller
|
||||
*/
|
||||
class ComponentbuilderControllerComponent_mysql_tweaks extends JControllerForm
|
||||
class ComponentbuilderControllerComponent_mysql_tweaks extends FormController
|
||||
{
|
||||
/**
|
||||
* Current or most recently performed task.
|
||||
|
Reference in New Issue
Block a user