init
This commit is contained in:
12
backend/vendor/doctrine/orm/src/Mapping/PostUpdate.php
vendored
Normal file
12
backend/vendor/doctrine/orm/src/Mapping/PostUpdate.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Doctrine\ORM\Mapping;
|
||||
|
||||
use Attribute;
|
||||
|
||||
#[Attribute(Attribute::TARGET_METHOD)]
|
||||
final class PostUpdate implements MappingAttribute
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user