芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/app/Models/SuperAdmin/FrontClients.php
belongsTo(LanguageSetting::class, 'language_setting_id'); } public function getImageUrlAttribute() { return ($this->image) ? asset_url_local_s3('front/client/' . $this->image) : asset('saas/img/home/client-'.($this->id).'.png'); } }