pluf/workflow

View on GitHub
src/Attributes/ContextInsensitive.php

Summary

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

use Attribute;

# [Attribute]
class ContextInsensitive
{
}