Skip to content

Commit 6366e4f

Browse files
committed
TODO
1 parent c9e4ebc commit 6366e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Model/UserAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class UserAction
6767
public $system = false;
6868

6969
/** @var array<string, array<string, mixed>|Model> Argument definition. */
70-
public $args = [];
70+
public $args = []; // TODO test with positional, named and Model arguments
7171

7272
/** @var array<int, string>|bool Specify which fields may be dirty when invoking action. APPLIES_TO_NO_RECORDS|APPLIES_TO_SINGLE_RECORD scopes for adding/modifying */
7373
public $fields = [];

0 commit comments

Comments
 (0)