0 votes

Hi Skipper,

Just wondering how I add @Groups into my Skipper schema so that it exports the appropriate annotations for Doctrine?

Many thanks.
Damien.

in Solved by (160 points)
recategorized by

1 Answer

0 votes

Hello Damien,

Groups are not supported by Skipper because they are not @ORM annotations. It's a serialization bundle independent of Doctrine ORM.

by Skipper developer (141k points)

I understand. I thought skipper might wipe it out when I manually add it to my php file, but Skipper appears to leave that customisation intact, which is good.

Thanks
Damien.

Exactly as you wrote, Skipper touch only @ORM annotations, nothing more.