Skip to content

Commit d418323

Browse files
authored
#31:- update readme
1 parent f9fb2fd commit d418323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ to display the generated documentation for a config.
9393
public function rules()
9494
{
9595
return [
96-
'some_field',
96+
'some_field' => 'string',
9797
'all_cities_available' => 'boolean',
9898
'free_comparison' => 'boolean'
9999
];

0 commit comments

Comments
 (0)