芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/app/Models/Passport.php
'datetime', 'expiry_date' => 'datetime', ]; public function user(): BelongsTo { return $this->belongsTo(User::class); } public function getImageUrlAttribute() { return asset_url_local_s3(Passport::FILE_PATH . '/' . $this->file); } public function country(): HasOne { return $this->hasOne(Country::class, 'id', 'country_id'); } }