From 6495bf6d5b4718fadb74f85bdd0af386e8761700 Mon Sep 17 00:00:00 2001 From: Tom H Anderson Date: Sat, 13 Mar 2021 15:24:00 -0700 Subject: [PATCH] Fixing namespace --- Module.php | 3 --- composer.json | 2 +- config/module.config.php | 25 +------------------------ 3 files changed, 2 insertions(+), 28 deletions(-) delete mode 100644 Module.php diff --git a/Module.php b/Module.php deleted file mode 100644 index 78c8686..0000000 --- a/Module.php +++ /dev/null @@ -1,3 +0,0 @@ - array( - 'invokables' => array( - 'DoctrineHydrationModule\Strategy\ODM\MongoDB\DateTimeField' => 'Phpro\DoctrineHydrationModule\Hydrator\ODM\MongoDB\Strategy\DateTimeField', - 'DoctrineHydrationModule\Strategy\ODM\MongoDB\DefaultRelation' => 'Phpro\DoctrineHydrationModule\Hydrator\ODM\MongoDB\Strategy\DefaultRelation', - 'DoctrineHydrationModule\Strategy\ODM\MongoDB\EmbeddedCollection' => 'Phpro\DoctrineHydrationModule\Hydrator\ODM\MongoDB\Strategy\EmbeddedCollection', - 'DoctrineHydrationModule\Strategy\ODM\MongoDB\EmbeddedField' => 'Phpro\DoctrineHydrationModule\Hydrator\ODM\MongoDB\Strategy\EmbeddedField', - 'DoctrineHydrationModule\Strategy\ODM\MongoDB\ReferencedCollection' => 'Phpro\DoctrineHydrationModule\Hydrator\ODM\MongoDB\Strategy\ReferencedCollection', - 'DoctrineHydrationModule\Strategy\ODM\MongoDB\ReferencedField' => 'Phpro\DoctrineHydrationModule\Hydrator\ODM\MongoDB\Strategy\ReferencedField', - 'DoctrineHydrationModule\Strategy\ODM\MongoDB\EmbeddedReferenceCollection' => 'Phpro\DoctrineHydrationModule\Hydrator\ODM\MongoDB\Strategy\EmbeddedReferenceCollection', - 'DoctrineHydrationModule\Strategy\ODM\MongoDB\EmbeddedReferenceField' => 'Phpro\DoctrineHydrationModule\Hydrator\ODM\MongoDB\Strategy\EmbeddedReferenceField', - ), - - 'shared' => array( - 'DoctrineHydrationModule\Strategy\ODM\MongoDB\DateTimeField' => false, - 'DoctrineHydrationModule\Strategy\ODM\MongoDB\DefaultRelation' => false, - 'DoctrineHydrationModule\Strategy\ODM\MongoDB\EmbeddedCollection' => false, - 'DoctrineHydrationModule\Strategy\ODM\MongoDB\EmbeddedField' => false, - 'DoctrineHydrationModule\Strategy\ODM\MongoDB\ReferencedCollection' => false, - 'DoctrineHydrationModule\Strategy\ODM\MongoDB\ReferencedField' => false, - 'DoctrineHydrationModule\Strategy\ODM\MongoDB\EmbeddedReferenceCollection' => false, - 'DoctrineHydrationModule\Strategy\ODM\MongoDB\EmbeddedReferenceField' => false, - ), - ), 'hydrators' => array( 'abstract_factories' => array( - 'Phpro\DoctrineHydrationModule\Service\DoctrineHydratorFactory', + 'ApiSkeletons\DoctrineORMHydrationModule\Service\DoctrineHydratorFactory', ), ), );