- imported FrameworkConfiguration
- created new namespaces
Signed-off-by: Roland Häder <roland@mxchange.org>
<?php
+// Own namespace
+namespace Hub\Factory\Resolver;
+
+// Import framework stuff
+use CoreFramework\Configuration\FrameworkConfiguration;
+
/**
* A factory class for ProtocolResolver
*
<?php
+// Own namespace
+namespace Hub\Factory\Socket;
+
+// Import framework stuff
+use CoreFramework\Configuration\FrameworkConfiguration;
+
/**
* A socket factory class
*
// Import hub-specific stuff
use Hub\Generic\BaseHubSystem;
+// Import framework stuff
+use CoreFramework\Configuration\FrameworkConfiguration;
+
/**
* This class contains static helper functions for our hub
*