funcion/refactor-general #45
1 changed files with 1 additions and 1 deletions
|
@ -40,6 +40,6 @@ class User extends Authenticatable
|
|||
|
||||
public function grupoDeCompra(): BelongsTo
|
||||
{
|
||||
return $this->belongsTo('App\GrupoDeCompra');
|
||||
return $this->belongsTo(GrupoDeCompra::class);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue