Kraken\Network\NetworkServerInterface::unblockAddress PHP Method

unblockAddress() public method

Unblock an address so they can access your application again.
public unblockAddress ( string $address ) : Kraken\Network\NetworkServerInterface
$address string
return Kraken\Network\NetworkServerInterface
    public function unblockAddress($address);