示例#1
0
 public function get_overview()
 {
     return View::make('page.admin.blacklist.overview')->with('hosts', Blacklist::paginate(250));
 }