Mejor referencia
This commit is contained in:
parent
e047b0a23c
commit
6d3173cd1f
1 changed files with 1 additions and 1 deletions
|
@ -40,6 +40,6 @@ class User extends Authenticatable
|
||||||
|
|
||||||
public function grupoDeCompra(): BelongsTo
|
public function grupoDeCompra(): BelongsTo
|
||||||
{
|
{
|
||||||
return $this->belongsTo('App\GrupoDeCompra');
|
return $this->belongsTo(GrupoDeCompra::class);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue