Deprecate replace method in Lang class.
This commit is contained in:
@@ -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.
|
* Get the string content of the language line.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user