Files
haushalt/backend/vendor/doctrine/orm/src/Mapping/PreUpdate.php
2026-03-24 00:04:55 +01:00

13 lines
175 B
PHP

<?php
declare(strict_types=1);
namespace Doctrine\ORM\Mapping;
use Attribute;
#[Attribute(Attribute::TARGET_METHOD)]
final class PreUpdate implements MappingAttribute
{
}