fix error in comment
Signed-off-by: Erik Dubbelboer <erik@dubbelboer.com>
This commit is contained in:
parent
d417eb5664
commit
11b9f52239
|
@ -103,7 +103,7 @@ public static function has($key, $language = null)
|
|||
* $line = Lang::line('validation.required')->get('sp');
|
||||
*
|
||||
* // 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>
|
||||
*
|
||||
* @param string $language
|
||||
|
|
Loading…
Reference in New Issue