Commit be2b7fec authored by Taylor Otwell's avatar Taylor Otwell

Deprecate replace method in Lang class.

parent a23c6ab9
......@@ -123,18 +123,6 @@ class Lang {
}
}
/**
* Set the place-holder replacements.
*
* @param array $replacements
* @return Lang
*/
public function replace($replacements)
{
$this->replacements = $replacements;
return $this;
}
/**
* Get the string content of the language line.
*/
......
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