芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/app/Models/TicketFile.php
external_link)) ? $this->external_link : asset_url_local_s3('ticket-files/' . $this->ticket_reply_id . '/' . $this->hashname); } public function reply(): BelongsTo { return $this->belongsTo(TicketReply::class); } }