芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/www/wp-content/plugins/fluentform/app/Models/EntryMeta.php
belongsTo(Form::class, 'form_id', 'id'); } /** * A formMeta is owned by an entry. * * @return \FluentForm\Framework\Database\Orm\Relations\BelongsTo */ public function entry() { return $this->belongsTo(Entry::class, 'response_id', 'id'); } }