11 lines
114 B
PHP
11 lines
114 B
PHP
<?php
|
|
|
|
namespace Gedmo\Mapping\Annotation;
|
|
|
|
/**
|
|
* @Annotation
|
|
*/
|
|
class ReferenceManyEmbed extends Reference
|
|
{
|
|
}
|