Commit da1e2b6b authored by Taylor Otwell's avatar Taylor Otwell

change lang back to __

parent 6d6fc1b1
......@@ -21,7 +21,7 @@ function e($value)
* @param string $language
* @return string
*/
function lang($key, $replacements = array(), $language = null)
function __($key, $replacements = array(), $language = null)
{
return Laravel\Lang::line($key, $replacements, $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