funcion/refactor-general #45

Open
atasistro wants to merge 111 commits from funcion/refactor-general into master
Showing only changes of commit 6d3173cd1f - Show all commits

View file

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