Example #1
0
 /**
  * Updates movies that are now playing in theaters.
  * 
  * @return Redirect
  */
 public function postNowPlaying()
 {
     $this->scraper->updateNowPlaying();
     return Redirect::back()->withSuccess(trans('dash.updated now playing successfully'));
 }