Mejor referencia

This commit is contained in:
Alejandro Tasistro 2025-05-18 16:36:34 -03:00
parent e047b0a23c
commit 6d3173cd1f

View file

@ -40,6 +40,6 @@ class User extends Authenticatable
public function grupoDeCompra(): BelongsTo
{
return $this->belongsTo('App\GrupoDeCompra');
return $this->belongsTo(GrupoDeCompra::class);
}
}