Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
klimov-paul committed May 29, 2023
1 parent 56f3f88 commit 6e8533a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ For example:
'path' => 'name',
'label' => 'Application Name',
'rules' => [
['required']
['required'],
],
],
'dateFormat' => [
'path' => 'components.format.dateFormat',
'label' => 'HTML representing not set value',
'rules' => [
['required']
['required'],
],
],
],
Expand Down

0 comments on commit 6e8533a

Please sign in to comment.