cfmgrv4 init...1

This commit is contained in:
최준흠 2024-09-27 19:54:53 +09:00
parent 5847c05f5d
commit fc75ccaaa5

View File

@ -45,8 +45,8 @@ class RecordController extends CloudflareController
DEFAULTS['EMPTY'] => lang($this->class_path . '.label.' . $field) . ' 선택',
...$this->getZoneModel()->getFormFieldOption($field, $options),
];
echo $this->getZoneModel()->getLastQuery();
dd($options);
// echo $this->getZoneModel()->getLastQuery();
// dd($options);
break;
default:
$options = parent::getFormFieldOption($field, $options);