hasMany(Formulario::class, 'modalidad_id', 'id'); } public function turnos() { return $this->hasMany(Turno::class, 'modalidad_id', 'id'); } }