sterntours/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/ReferenceManyEmbed.php
2020-07-09 12:49:32 +02:00

10 lines
114 B
PHP

<?php
namespace Gedmo\Mapping\Annotation;
/**
* @Annotation
*/
class ReferenceManyEmbed extends Reference
{
}