Skip to content
Snippets Groups Projects
Unverified Commit 88062a39 authored by Sebastian Castro's avatar Sebastian Castro
Browse files

Update repository to extends new doctrine default repository

parent 095428d0
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
namespace App\Repository; namespace App\Repository;
use Doctrine\ODM\MongoDB\DocumentRepository; use Doctrine\ODM\MongoDB\Repository\DocumentRepository;
/** /**
* AboutRepository. * AboutRepository.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
namespace App\Repository; namespace App\Repository;
use Doctrine\ODM\MongoDB\DocumentRepository; use Doctrine\ODM\MongoDB\Repository\DocumentRepository;
/** /**
* CategoryRepository. * CategoryRepository.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
namespace App\Repository; namespace App\Repository;
use Doctrine\ODM\MongoDB\DocumentRepository; use Doctrine\ODM\MongoDB\Repository\DocumentRepository;
/** /**
* AboutRepository. * AboutRepository.
......
...@@ -4,7 +4,7 @@ namespace App\Repository; ...@@ -4,7 +4,7 @@ namespace App\Repository;
use App\Document\ElementStatus; use App\Document\ElementStatus;
use App\Document\ModerationState; use App\Document\ModerationState;
use Doctrine\ODM\MongoDB\DocumentRepository; use Doctrine\ODM\MongoDB\Repository\DocumentRepository;
use App\Helper\GoGoHelper; use App\Helper\GoGoHelper;
/** /**
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
namespace App\Repository; namespace App\Repository;
use Doctrine\ODM\MongoDB\DocumentRepository; use Doctrine\ODM\MongoDB\Repository\DocumentRepository;
/** /**
* OptionRepository. * OptionRepository.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
namespace App\Repository; namespace App\Repository;
use Doctrine\ODM\MongoDB\DocumentRepository; use Doctrine\ODM\MongoDB\Repository\DocumentRepository;
/** /**
* PartnerRepository. * PartnerRepository.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
namespace App\Repository; namespace App\Repository;
use Doctrine\ODM\MongoDB\DocumentRepository; use Doctrine\ODM\MongoDB\Repository\DocumentRepository;
class TaxonomyRepository extends DocumentRepository class TaxonomyRepository extends DocumentRepository
{ {
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
namespace App\Repository; namespace App\Repository;
use App\Document\NewsletterFrequencyOptions; use App\Document\NewsletterFrequencyOptions;
use Doctrine\ODM\MongoDB\DocumentRepository; use Doctrine\ODM\MongoDB\Repository\DocumentRepository;
/** /**
* AboutRepository. * AboutRepository.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
namespace App\Repository; namespace App\Repository;
use Doctrine\ODM\MongoDB\DocumentRepository; use Doctrine\ODM\MongoDB\Repository\DocumentRepository;
/** /**
* WrapperRepository. * WrapperRepository.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment