Skip to content

Commit 4c4658c

Browse files
committed
docs: add missing ","
1 parent 997023b commit 4c4658c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/customization/adding_attributes_to_users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class Validation extends BaseConfig
139139
'strong_password[]',
140140
],
141141
'errors' => [
142-
'max_byte' => 'Auth.errorPasswordTooLongBytes'
142+
'max_byte' => 'Auth.errorPasswordTooLongBytes',
143143
]
144144
],
145145
'password_confirm' => [

0 commit comments

Comments
 (0)