DigiComp.FlowSessionLock/Classes/Annotations/ReadOnly.php
2022-05-02 09:56:10 +02:00

13 lines
153 B
PHP

<?php
declare(strict_types=1);
namespace DigiComp\FlowSessionLock\Annotations;
/**
* @Annotation
* @Target({"METHOD"})
*/
final class ReadOnly
{
}