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