| Current Path : /var/www/v3.cesa.co.za/vendor/doctrine/orm/src/Mapping/ |
| Current File : /var/www/v3.cesa.co.za/vendor/doctrine/orm/src/Mapping/PostRemove.php |
<?php
declare(strict_types=1);
namespace Doctrine\ORM\Mapping;
use Attribute;
/**
* @Annotation
* @Target("METHOD")
*/
#[Attribute(Attribute::TARGET_METHOD)]
final class PostRemove implements MappingAttribute
{
}