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