File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/helpers/MetaFormats/FormatDefinitions Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 10
10
use App \Helpers \MetaFormats \Validators \VArray ;
11
11
use App \Helpers \MetaFormats \Validators \VEmail ;
12
12
use App \Helpers \MetaFormats \Validators \VString ;
13
+ use App \Helpers \MetaFormats \Validators \VUuid ;
13
14
14
15
/**
15
16
* Format definition used by the RegistrationPresenter::actionCreateInvitation endpoint.
@@ -26,7 +27,7 @@ class UserFormat extends MetaFormat
26
27
#[FPost(new VString (2 ), "Last name " )]
27
28
public ?string $ lastName ;
28
29
29
- #[FPost(new VString ( 1 ), "Identifier of the instance to register in " )]
30
+ #[FPost(new VUuid ( ), "Identifier of the instance to register in " )]
30
31
public ?string $ instanceId ;
31
32
32
33
#[FPost(new VString (1 ), "Titles that are placed before user name " , required: false )]
You can’t perform that action at this time.
0 commit comments