pluf/workflow

View on GitHub
src/Attributes/ExecuteWhen.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace Pluf\Workflow\Attributes;
use Attribute;


#[Attribute]
class ExecuteWhen
{
}