X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Fmain%2Fclass_BaseHubSystem.php;h=fd0d4ad7b9298f2c73090fb61ada247ffa6e2a24;hb=3967f4e37b70e307f0f6292dafffa84a038bb6b1;hp=10f5cc3dff109e91f31ff7dc144b7383583238b8;hpb=e586e6b83e93be2d686afdf2224f2aff174ca5a6;p=hub.git diff --git a/application/hub/main/class_BaseHubSystem.php b/application/hub/main/class_BaseHubSystem.php index 10f5cc3df..fd0d4ad7b 100644 --- a/application/hub/main/class_BaseHubSystem.php +++ b/application/hub/main/class_BaseHubSystem.php @@ -136,10 +136,10 @@ class BaseHubSystem extends BaseFrameworkSystem { /** * Setter for network package handler instance * - * @param $packageInstance The network package handler instance we shall set + * @param $packageInstance The network package instance we shall set * @return void */ - protected final function setPackageInstance (Networkable $packageInstance) { + protected final function setPackageInstance (Deliverable $packageInstance) { $this->packageInstance = $packageInstance; }