Is it possible to have skipper include a RepositoryClass within Doctrine2 Annotations? Am I missing a setting somewhere.
For example
/**
* @ORM\Entity(repositoryClass="App\Repository\ProductRepository")
*/
class Product
{}
In looking at
https://www.skipper18.com/en/frameworks/doctrine2
It appears as though it will generate it for the XML output under the but not in the annotations.
This tool is amazing, but it does take me a significant amount of time to go through and update all of the Class files after exporting to include the RepositoryClass. I tried searching the forum and didn't see anything related, hopefully I am just missing a setting somewhere!
Thanks!