Skip to content

Commit

Permalink
Merge pull request #16689 from antonioribeiro/patch-4
Browse files Browse the repository at this point in the history
Remove line
  • Loading branch information
taylorotwell authored Dec 7, 2016
2 parents 0869e0b + 9558f70 commit eae767c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Illuminate/Validation/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,6 @@ protected function validateUnique($attribute, $value, $parameters)

return $verifier->getCount(
$table, $column, $value, $id, $idColumn, $extra

) == 0;
}

Expand Down

0 comments on commit eae767c

Please sign in to comment.