Moved Core Table class to be used all over JCB.

This commit is contained in:
2022-11-20 10:51:56 +02:00
parent 9f5c7deec8
commit 1c7515d0f5
17 changed files with 548 additions and 463 deletions

View File

@@ -23,6 +23,7 @@ use VDM\Joomla\Componentbuilder\Compiler\Service\Power;
use VDM\Joomla\Componentbuilder\Compiler\Service\Component;
use VDM\Joomla\Componentbuilder\Compiler\Service\Extension;
use VDM\Joomla\Componentbuilder\Compiler\Service\Field;
use VDM\Joomla\Componentbuilder\Interfaces\Factoryinterface;
/**
@@ -30,7 +31,7 @@ use VDM\Joomla\Componentbuilder\Compiler\Service\Field;
*
* @since 3.2.0
*/
abstract class Factory
abstract class Factory implements Factoryinterface
{
/**
* Global Compiler Container