add password must be changed to user nova resource

This commit is contained in:
2025-02-21 01:30:12 +05:00
parent 0f3e0d6490
commit f5083821bc
5 changed files with 48 additions and 5 deletions

View File

@@ -110,6 +110,14 @@ class VisaMasterPaymentOrder extends Model implements HasMedia
$this->addMediaCollection('sender_passport_local_old_replacement')->singleFile();
}
/**
* User
*/
public function user(): BelongsTo
{
return $this->belongsTo(User::class);
}
/**
* Branch
*/