X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=application%2Fhub%2Fmain%2Fnodes%2Fboot%2Fclass_HubBootNode.php;h=4fedde61cbd9be58ed78ae21c0513ea33e9190a9;hb=f33fd598a1a77034720172ea80353e4d4c0f9662;hp=f884f53bbc58a57dfb96f245c2c1cadf84609d5b;hpb=d825bc497068a4b2bca1015a4a42749284851eee;p=hub.git diff --git a/application/hub/main/nodes/boot/class_HubBootNode.php b/application/hub/main/nodes/boot/class_HubBootNode.php index f884f53bb..4fedde61c 100644 --- a/application/hub/main/nodes/boot/class_HubBootNode.php +++ b/application/hub/main/nodes/boot/class_HubBootNode.php @@ -38,7 +38,7 @@ class HubBootNode extends BaseHubNode implements NodeHelper, Registerable { * @param $requestInstance An instance of a Requestable class * @return $nodeInstance An instance of this hub-node class */ - public final static function createHubBootNode (Requestable $requestInstance) { + public static final function createHubBootNode (Requestable $requestInstance) { // Get a new instance $nodeInstance = new HubBootNode();