芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/rentandbuyrealty.com/pennysave/application/app/Models/Form.php
'object' ]; public function jsonData(): Attribute { return new Attribute( get: fn () => [ 'type'=>$this->type, 'is_required'=>$this->is_required, 'label'=>$this->name, 'extensions'=>$this->extensions ?? 'null', 'options'=>json_encode($this->options), 'old_id'=>'', ], ); } }