Deprecate replace method in Lang class.

This commit is contained in:
Taylor Otwell
2011-07-22 09:21:05 -07:00
parent a23c6ab9c1
commit be2b7fec0c

View File

@@ -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.
*/