芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/app/Models/DiscussionFile.php
external_link)) ? $this->external_link : asset_url_local_s3(DiscussionFile::FILE_PATH . '/' . $this->hashname); } public function discussion(): BelongsTo { return $this->belongsTo(Discussion::class, 'discussion_id'); } }