mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-02-28 11:09:41 +00:00
Remove no longer used annotation use statements and replace with attribute use statements
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Chill\MainBundle\Entity;
|
||||
|
||||
use Chill\MainBundle\Doctrine\Model\Point;
|
||||
use Doctrine\ORM\Mapping as ORM;
|
||||
use Symfony\Component\Serializer\Annotation\Groups;
|
||||
use Symfony\Component\Serializer\Attribute\Groups;
|
||||
|
||||
#[ORM\Entity]
|
||||
#[ORM\HasLifecycleCallbacks]
|
||||
|
||||
Reference in New Issue
Block a user