ValM34 / Sylius-test

0 stars 0 forks source link

[BUG/DEV] - Makerbundle/annotations ne fonctionnent pas #5

Open ValM34 opened 1 year ago

ValM34 commented 1 year ago

PS C:\wamp64\www\Sylius-test\MyFirstShop> symfony console make:entity BlogPost

created: src/Entity/BlogPost.php created: src/Repository/BlogPostRepository.php

[ERROR] Only attribute mapping is supported by make:entity, but the App\Entity\BlogPost class uses a
different format. If you would like this command to generate the properties & getter/setter methods, add your
mapping configuration, and then re-run this command with the --regenerate flag.

ValM34 commented 1 year ago

En fait le problème vient surement des annotations trop "récentes" pour Sylius. Il faut utiliser /* / plutôt que les #[]

ValM34 commented 1 year ago

Une piste serait de downgrade le makerbundle pour qu'il fasse des annotations plus anciennes