'datetime', ]; public function grupoDeCompra(): BelongsTo { return $this->belongsTo(GrupoDeCompra::class); } }