pull/9143/head
Luciano Righetti 2023-06-15 16:45:39 +02:00
parent 399a3b5940
commit c3ec5a791f
3 changed files with 1 additions and 4 deletions

View File

@ -6,5 +6,4 @@ use App\Model\Entity\AppModel;
class MetaField extends AppModel
{
}

View File

@ -6,5 +6,4 @@ use App\Model\Entity\AppModel;
class MetaTemplate extends AppModel
{
}

View File

@ -6,7 +6,7 @@ use App\Model\Entity\AppModel;
class MetaTemplateField extends AppModel
{
protected $_virtual = ['index_type', 'form_type', 'form_options', ];
protected $_virtual = ['index_type', 'form_type', 'form_options',];
protected function _getIndexType()
{
@ -46,5 +46,4 @@ class MetaTemplateField extends AppModel
}
return $formOptions;
}
}