belongsTo(turmas::class, 'id_turma', 'id'); } public function responsaveis() { return $this->hasMany(User::class, 'id', 'id_responsavel'); } }