We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e7306d commit 0dc2637Copy full SHA for 0dc2637
src/Utills/ActionType.php
@@ -10,4 +10,13 @@ class ActionType
10
public const ACTION_READ = 'read';
11
public const ACTION_RESTORED = 'restore';
12
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
+ ];
22
}
0 commit comments