Skip to content

Commit

Permalink
fix: Migrate doctrine namepsace
Browse files Browse the repository at this point in the history
  • Loading branch information
famoser committed Dec 1, 2024
1 parent dc25bab commit cbd1c3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Service/EventGenerationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
use App\Model\Event\SearchModel;
use App\Service\Interfaces\EventGenerationServiceInterface;
use Cron\CronExpression;
use Doctrine\Common\Persistence\ManagerRegistry;
use Doctrine\Persistence\ManagerRegistry;

class EventGenerationService implements EventGenerationServiceInterface
{
Expand Down
3 changes: 1 addition & 2 deletions src/Service/InviteEmailService.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
namespace App\Service;

use App\Entity\Doctor;
use App\Entity\Email;
use App\Service\Interfaces\EmailServiceInterface;
use Doctrine\Common\Persistence\ManagerRegistry;
use Doctrine\Persistence\ManagerRegistry;
use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
use Symfony\Contracts\Translation\TranslatorInterface;

Expand Down

0 comments on commit cbd1c3f

Please sign in to comment.