Ejemplo n.º 1
0
 public function addSerialToAction(Movies $movie, Movies $anotherMovie)
 {
     $movie->combineToSerialWith($anotherMovie);
     return $this->redirectByRoute(['for' => 'movies.show', 'movie' => $movie->id]);
 }