Start on user dashboard

This commit is contained in:
Deon George
2021-10-26 23:19:55 +11:00
parent 8c127ba5da
commit a0db589dc5
8 changed files with 309 additions and 7 deletions

View File

@@ -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 */
/**