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
1 changed files with 0 additions and 12 deletions

View File

@ -123,18 +123,6 @@ private function load($file, $language)
}
}
/**
* 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.
*/