DigiComp.FlowSessionLock/Classes/Annotations/Unlock.php

15 lines
192 B
PHP
Raw Permalink Normal View History

2021-08-26 15:05:37 +02:00
<?php
2022-05-02 09:56:10 +02:00
declare(strict_types=1);
2021-08-26 15:05:37 +02:00
namespace DigiComp\FlowSessionLock\Annotations;
/**
* @Annotation
2022-03-15 09:32:42 +01:00
* @Target({"METHOD"})
2021-08-26 15:05:37 +02:00
*/
#[\Attribute(\Attribute::TARGET_METHOD)]
final class Unlock
2021-08-26 15:05:37 +02:00
{
}