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