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