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