public function unbanIp($id) { $this->connection ->delete('ban_ip') ->condition('ip', $id) ->execute(); }