Commit be2b7fec by Taylor Otwell

Deprecate replace method in Lang class.

parent a23c6ab9
...@@ -124,18 +124,6 @@ class Lang { ...@@ -124,18 +124,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. * Get the string content of the language line.
*/ */
public function __toString() public function __toString()
......
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