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