Example #1
0
 public function banIP(array $params)
 {
     User::banIP(ip2long($ip));
 }