mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
ALPHA 3.0.1h
This commit is contained in:
@@ -31,4 +31,10 @@ class User extends Authenticatable
|
||||
{
|
||||
return $this->hasMany(Log::class);
|
||||
}
|
||||
|
||||
public function fullname()
|
||||
{
|
||||
$fullname = $this->lastname.' '.$this->firstname;
|
||||
return $fullname;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user