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 30, 2023
1 parent 77dd2cb commit b3ffae8
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 @@ -127,15 +127,15 @@ return [
'label' => 'Application Name',
'rules' => [
['required'],
['string'],
['length', 'min' => 1],
],
],
'nullDisplay' => [
'path' => 'components.format.dateFormat',
'label' => 'Date representation format',
'rules' => [
['required'],
['string'],
['length', 'min' => 1],
],
],
'adminEmail' => [
Expand Down

0 comments on commit b3ffae8

Please sign in to comment.