WIP: User table populated and login

This commit is contained in:
Deon George
2018-07-13 14:53:44 +10:00
parent 96673a9e53
commit 64b6c09b8f
22 changed files with 230 additions and 2692 deletions

View File

@@ -29,7 +29,7 @@ class Invoice extends Model
public function account()
{
return $this->belongsTo(\App\User::class);
return $this->belongsTo(Account::class);
}
public function items()