brainstormed

This commit is contained in:
Kevin Frantz
2019-02-24 20:53:25 +01:00
parent 327818295a
commit 4385e84cc7
2 changed files with 59 additions and 1 deletions

View File

@@ -12,10 +12,11 @@ use Infinito\DBAL\Types\Meta\Right\CRUDType;
final class ActionType extends CRUDType
{
/**
* @var string this action executes an entity
* @var string this action executes a source
*/
const EXECUTE = 'execute';
/**
* @var array
*/