chore: reformat code

This commit is contained in:
Maël Gangloff
2024-07-11 22:22:59 +02:00
parent 6aad09297f
commit a691659cca
5 changed files with 8 additions and 10 deletions

View File

@@ -5,7 +5,6 @@ namespace App\Entity;
use App\Repository\EntityRepository;
use Doctrine\Common\Collections\ArrayCollection;
use Doctrine\Common\Collections\Collection;
use Doctrine\DBAL\Types\Types;
use Doctrine\ORM\Mapping as ORM;
#[ORM\Entity(repositoryClass: EntityRepository::class)]