Construct the BanSubscriber.
Drupal\Core\Database\Connection $connection: The database connection which will be used to check the IP against.
public function __construct(Connection $connection) { $this->connection = $connection; }