Posts by fellipe rocha • 21 points
1 post
-
2
votes1
answer259
viewsQ: Too Loud for Too Many?
I have this model public function exercicio() { return $this->belongsToMany(Exercicio::class); } and public function treino() { return $this->belongsToMany(Treino::class); } My Controller…