summaryrefslogtreecommitdiff
path: root/vendor/doctrine/orm/src/Mapping/PreFlush.php
blob: f2c09d71c9e293a17b75090ffdd55ade2cce25a4 (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 PreFlush implements MappingAttribute
{
}