Exemplo n.º 1
0
 /**
  * Display the spam filter configuration screen
  *
  * @access public
  * @return \Illuminate\Support\Facades\View
  */
 public function getAntispam()
 {
     return View::make('admin/antispam', array('flags' => Antispam::flags()));
 }