public function getFactions()
 {
     return Faction::all();
 }
Exemplo n.º 2
0
 /**
  * @return Response
  */
 public function getScores()
 {
     return View::make('scores')->with(['factions' => Faction::all()]);
 }