Renamed Registry -> GenericRegistry to make it clear that this registry does
[core.git] / framework / main / classes / registration / class_BaseRegistration.php
index f2a78f20abc01da93e4994d4ab87dbd70ece8a48..6dad6fdff0634c47af61d84fb5bdf0c4f33e23cc 100644 (file)
@@ -1,12 +1,12 @@
 <?php
 // Own namespace
-namespace CoreFramework\Registration;
+namespace Org\Mxchange\CoreFramework\Registration;
 
 // Import framework stuff
-use CoreFramework\Bootstrap\FrameworkBootstrap;
-use CoreFramework\Factory\ObjectFactory;
-use CoreFramework\Filter\Filterable;
-use CoreFramework\Object\BaseFrameworkSystem;
+use Org\Mxchange\CoreFramework\Bootstrap\FrameworkBootstrap;
+use Org\Mxchange\CoreFramework\Factory\ObjectFactory;
+use Org\Mxchange\CoreFramework\Filter\Filterable;
+use Org\Mxchange\CoreFramework\Object\BaseFrameworkSystem;
 
 /**
  * A general registration class.
@@ -30,7 +30,7 @@ use CoreFramework\Object\BaseFrameworkSystem;
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class BaseRegistration extends BaseFrameworkSystem {
+abstract class BaseRegistration extends BaseFrameworkSystem {
        /**
         * Pre-registration filter chain
         */