summaryrefslogtreecommitdiff
path: root/vendor/doctrine/orm/src/Mapping/PostLoad.php
blob: 9ce1e5c2b9cc9de0103ebf43138ca309311a79d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

declare(strict_types=1);

namespace Doctrine\ORM\Mapping;

use Attribute;

#[Attribute(Attribute::TARGET_METHOD)]
final class PostLoad implements MappingAttribute
{
}