Commit 90941391 by Taylor Otwell

cleaning up code.

Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
parent 2a02b9f6
...@@ -877,7 +877,7 @@ class Validator { ...@@ -877,7 +877,7 @@ class Validator {
// More reader friendly versions of the attribute names may be stored // More reader friendly versions of the attribute names may be stored
// in the validation language file, allowing a more readable version // in the validation language file, allowing a more readable version
// of the attribute name to be used in the message. // of the attribute name in the message.
$line = "{$bundle}validation.attributes.{$attribute}"; $line = "{$bundle}validation.attributes.{$attribute}";
$display = Lang::line($line)->get($this->language); $display = Lang::line($line)->get($this->language);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment