Skip to content

Commit

Permalink
Fix translator "get" method name (#16778)
Browse files Browse the repository at this point in the history
  • Loading branch information
KaneCohen authored and taylorotwell committed Dec 13, 2016
1 parent bfd31bb commit 5859b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Validation/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -2229,7 +2229,7 @@ protected function getAttribute($attribute)
}

$line = Arr::get(
$this->translator->get('validation.attributes'),
$this->translator->trans('validation.attributes'),
$expectedAttributeName
);

Expand Down

0 comments on commit 5859b21

Please sign in to comment.