Skip to content

Commit 616c73e

Browse files
committed
consistent formatting
1 parent 9eab9df commit 616c73e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

validation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -693,9 +693,9 @@ The field under validation must exist on a given database table.
693693
#### Basic Usage Of Exists Rule
694694

695695
'state' => 'exists:states'
696-
697-
If the column parameter is not specified we will guess that the column that is being "verified" shares the given attribute's name.
698-
696+
697+
If the `column` option is not specified, the field name will be used.
698+
699699
#### Specifying A Custom Column Name
700700

701701
'state' => 'exists:states,abbreviation'

0 commit comments

Comments
 (0)