Start on user dashboard
This commit is contained in:
@@ -60,6 +60,13 @@ class User extends Authenticatable implements MustVerifyEmail
|
||||
|
||||
protected $dates = ['last_on'];
|
||||
|
||||
/* RELATIONS */
|
||||
|
||||
public function systems()
|
||||
{
|
||||
return $this->belongsToMany(System::class);
|
||||
}
|
||||
|
||||
/* GENERAL METHODS */
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user