cfmgrv4 init...1
This commit is contained in:
parent
5847c05f5d
commit
fc75ccaaa5
@ -45,8 +45,8 @@ class RecordController extends CloudflareController
|
|||||||
DEFAULTS['EMPTY'] => lang($this->class_path . '.label.' . $field) . ' 선택',
|
DEFAULTS['EMPTY'] => lang($this->class_path . '.label.' . $field) . ' 선택',
|
||||||
...$this->getZoneModel()->getFormFieldOption($field, $options),
|
...$this->getZoneModel()->getFormFieldOption($field, $options),
|
||||||
];
|
];
|
||||||
echo $this->getZoneModel()->getLastQuery();
|
// echo $this->getZoneModel()->getLastQuery();
|
||||||
dd($options);
|
// dd($options);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
$options = parent::getFormFieldOption($field, $options);
|
$options = parent::getFormFieldOption($field, $options);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user