/
home
/
obinna
/
html
/
boaz2
/
vendor
/
doctrine
/
orm
/
lib
/
Doctrine
/
ORM
/
Mapping
/
Upload File
HOME
<?php declare(strict_types=1); namespace Doctrine\ORM\Mapping; use Attribute; /** * @Annotation * @Target("METHOD") */ #[Attribute(Attribute::TARGET_METHOD)] final class PrePersist implements MappingAttribute { }