| Current Path : /home/c/i/n/cinepatreb/billetterie/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ |
| Current File : /home/c/i/n/cinepatreb/billetterie/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php |
<?php
declare(strict_types=1);
namespace Doctrine\ORM\Mapping;
use Attribute;
/**
* @Annotation
* @Target("METHOD")
*/
#[Attribute(Attribute::TARGET_METHOD)]
final class PostPersist implements Annotation
{
}