2019-12-26 00:46:43 +01:00

16 lines
186 B
PHP

<?php declare(strict_types=1);
namespace Gedmo\Mapping\Annotation;
if (class_exists('Gedmo\Mapping\Annotation\TreeRight')) {
return;
}
/**
* @Annotation
*/
class TreeRight
{
}