Automation init...3

This commit is contained in:
최준흠 2024-09-11 16:14:23 +09:00
parent 6ed4598726
commit 80ad5e3d02

View File

@ -64,7 +64,7 @@ abstract class CommonModel extends Model
{
return $this->_action = $action;
}
final public function getFields(string $key = ""): array
final public function getFields(string $key = "", array $fields): array
{
$allowedFields = array_filter(
$this->allowedFields,