Ajout Formulaire Posts + Species avec authorisation #7

Merged
hugo.pradier2 merged 11 commits from refs/pull/7/head into main 2024-06-07 18:33:34 +02:00
Showing only changes of commit 94992c09db - Show all commits

View File

@@ -5,6 +5,7 @@ namespace App\Entity;
use App\Repository\PostRepository;
use Doctrine\DBAL\Types\Types;
use Doctrine\ORM\Mapping as ORM;
use Symfony\Component\Validator\Constraints as Assert;
#[ORM\Entity(repositoryClass: PostRepository::class)]
class Post