DigiComp.FlowSessionLock/Classes/Annotations/ReadOnly.php

14 lines
153 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
*/
final class ReadOnly
{
}