From: Roland 'Quix0r' Haeder Date: Wed, 12 Feb 2014 21:36:25 +0000 (+0100) Subject: Fixed interface usage. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c2c8528ef5d0c22d90ebb93651c06d8462195929;p=hub.git Fixed interface usage. Signed-off-by: Roland 'Quix0r' Haeder --- diff --git a/application/hub/main/discovery/dht/class_DhtRecipientDiscovery.php b/application/hub/main/discovery/dht/class_DhtRecipientDiscovery.php index 3d0802b00..44d936657 100644 --- a/application/hub/main/discovery/dht/class_DhtRecipientDiscovery.php +++ b/application/hub/main/discovery/dht/class_DhtRecipientDiscovery.php @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class DhtRecipientDiscovery extends BaseHubDiscovery implements DiscoverableNodeRecipient, Registerable { +class DhtRecipientDiscovery extends BaseHubDiscovery implements DiscoverableDhtRecipient, Registerable { /** * Protected constructor *