Skip to content

Commit

Permalink
docs: change the user guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
ping-yee committed Oct 30, 2023
1 parent 6c06f84 commit 8d4cb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/libraries/validation/010.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

// Fred Flintsone & Wilma
$validation->setRules([
'contacts.*.name' => 'required|max_length[60]',
'contacts.friends.*.name' => 'required|max_length[60]',
]);

0 comments on commit 8d4cb7b

Please sign in to comment.