Skip to content

Commit

Permalink
Petite refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Tendry-Rkt56 committed Aug 13, 2024
1 parent 3ba017e commit 03a00ae
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 27 deletions.
4 changes: 1 addition & 3 deletions src/Controller/APIController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@

use App\Repository\MedicamentRepository;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\HttpFoundation\JsonResponse;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\Routing\Attribute\Route;


class APIController extends AbstractController
{

Expand All @@ -22,4 +20,4 @@ public function medicament (Request $request, MedicamentRepository $repository)
]);
}

}
}
1 change: 0 additions & 1 deletion src/Controller/Users/UsersController.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
use Doctrine\ORM\EntityManagerInterface;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\HttpFoundation\File\UploadedFile;
use Symfony\Component\HttpFoundation\JsonResponse;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface;
Expand Down
23 changes: 0 additions & 23 deletions src/Services/GetUser.php

This file was deleted.

0 comments on commit 03a00ae

Please sign in to comment.