]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/registration/class_BaseRegistration.php
Continued:
[core.git] / framework / main / classes / registration / class_BaseRegistration.php
index d86d9b22bc9c7153c072131361a172c69f2d86a4..ffe0542d63e6b5d4f86cfe5ab683165f59bf8ccd 100644 (file)
@@ -4,7 +4,7 @@ namespace Org\Mxchange\CoreFramework\Registration;
 
 // Import framework stuff
 use Org\Mxchange\CoreFramework\Bootstrap\FrameworkBootstrap;
-use Org\Mxchange\CoreFramework\Factory\ObjectFactory;
+use Org\Mxchange\CoreFramework\Factory\Object\ObjectFactory;
 use Org\Mxchange\CoreFramework\Filter\Filterable;
 use Org\Mxchange\CoreFramework\Object\BaseFrameworkSystem;
 
@@ -47,7 +47,7 @@ abstract class BaseRegistration extends BaseFrameworkSystem {
         * @param       $className      Name of the class
         * @return      void
         */
-       protected function __construct ($className) {
+       protected function __construct (string $className) {
                // Call parent constructor
                parent::__construct($className);
        }