wip
This commit is contained in:
@@ -83,4 +83,12 @@ trait UserAdjustments
|
||||
{
|
||||
return $this->hasMany(UserBranch::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* Full name
|
||||
*/
|
||||
public function fullName(): string
|
||||
{
|
||||
return sprintf('%s %s', $this->first_name, $this->last_name);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user