芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/app/Models/SuperAdmin/Faq.php
image) ? asset_url('faq-files/' .$this->id.'/'. $this->image) : asset('saas/img/svg/mock-2.svg'); } public function category() { return $this->belongsTo(FaqCategory::class, 'faq_category_id'); } public function files() { return $this->hasMany(FaqFile::class, 'faq_id'); } }