@@ -62,6 +62,6 @@ class HostsController extends LuController {
*/
public function del($host_id)
{
- return HostsBusiness::del($host_id);
+ return HostsBusiness::deleteById($host_id);
}