芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/app/Models/ClientDocument.php
belongsTo(User::class, 'client_id'); } public function getDocUrlAttribute() { return asset_url_local_s3(ClientDocument::FILE_PATH . '/' . $this->user_id . '/' . $this->hashname); } }