]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/class_BaseHubSystem.php
Development (again) continued:
[hub.git] / application / hub / main / class_BaseHubSystem.php
index 10f5cc3dff109e91f31ff7dc144b7383583238b8..fd0d4ad7b9298f2c73090fb61ada247ffa6e2a24 100644 (file)
@@ -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;
        }