Skip to content

Commit 0dc2637

Browse files
committed
Update ActionType.php
1 parent 6e7306d commit 0dc2637

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/Utills/ActionType.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,13 @@ class ActionType
1010
public const ACTION_READ = 'read';
1111
public const ACTION_RESTORED = 'restore';
1212
public const ACTION_REPLICATE = 'replicate';
13+
14+
public static array $types = [
15+
self::ACTION_STORE,
16+
self::ACTION_UPDATE,
17+
self::ACTION_DELETE,
18+
self::ACTION_READ,
19+
self::ACTION_RESTORED,
20+
self::ACTION_REPLICATE,
21+
];
1322
}

0 commit comments

Comments
 (0)