From: Roland Häder Date: Fri, 19 May 2017 01:32:55 +0000 (+0200) Subject: Next wave: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d13a9a5964412bc545f40bce75e9f00c9374860b;p=hub.git Next wave: - imported FrameworkInterface Signed-off-by: Roland Häder --- diff --git a/application/hub/interfaces/apt-proxy/class_AptProxy.php b/application/hub/interfaces/apt-proxy/class_AptProxy.php index e6c8bc666..b0d79b73e 100644 --- a/application/hub/interfaces/apt-proxy/class_AptProxy.php +++ b/application/hub/interfaces/apt-proxy/class_AptProxy.php @@ -4,6 +4,7 @@ namespace Hub\AptProxy; // Import framework stuff use CoreFramework\Controller\Controller; +use CoreFramework\Generic\FrameworkInterface; use CoreFramework\Response\Responseable; /** diff --git a/application/hub/interfaces/blocks/class_Minable.php b/application/hub/interfaces/blocks/class_Minable.php index 1967a41ce..06dd8b0d4 100644 --- a/application/hub/interfaces/blocks/class_Minable.php +++ b/application/hub/interfaces/blocks/class_Minable.php @@ -1,4 +1,10 @@ +} diff --git a/application/hub/interfaces/discovery/class_Discoverable.php b/application/hub/interfaces/discovery/class_Discoverable.php index 2bd1edf65..478b8cba6 100644 --- a/application/hub/interfaces/discovery/class_Discoverable.php +++ b/application/hub/interfaces/discovery/class_Discoverable.php @@ -1,4 +1,10 @@ +}