add password must be changed to user nova resource
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user