Bug fix release for TableArray Classes

TableArray could not find the Interface class. moved it to a subfolder
nested in the TableArray folder.
This commit is contained in:
2023-02-28 09:07:16 +09:00
parent 9a7399e821
commit a0126f70ab
10 changed files with 11 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ declare(strict_types=1);
namespace CoreLibs\Output\Form\TableArrays;
class EditSchemas implements \CoreLibs\Output\Form\TableArraysInterface
class EditSchemas implements Interface\TableArraysInterface
{
/** @var \CoreLibs\Output\Form\Generate */
private $form;