fix error in comment
Signed-off-by: Erik Dubbelboer <erik@dubbelboer.com>
This commit is contained in:
@@ -103,7 +103,7 @@ class Lang {
|
|||||||
* $line = Lang::line('validation.required')->get('sp');
|
* $line = Lang::line('validation.required')->get('sp');
|
||||||
*
|
*
|
||||||
* // Return a default value if the line doesn't exist
|
* // Return a default value if the line doesn't exist
|
||||||
* $line = Lang::line('validation.required', null, 'Default');
|
* $line = Lang::line('validation.required')->get(null, 'Default');
|
||||||
* </code>
|
* </code>
|
||||||
*
|
*
|
||||||
* @param string $language
|
* @param string $language
|
||||||
@@ -249,4 +249,4 @@ class Lang {
|
|||||||
return (string) $this->get();
|
return (string) $this->get();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user