WIP: User table populated and login
This commit is contained in:
@@ -23,7 +23,7 @@ class Payment extends Model
|
||||
|
||||
public function account()
|
||||
{
|
||||
return $this->belongsTo(\App\User::class);
|
||||
return $this->belongsTo(Account::class);
|
||||
}
|
||||
|
||||
public function items()
|
||||
|
Reference in New Issue
Block a user