Clean up TODOs
This commit is contained in:
parent
ade0148d67
commit
277eec508a
1 changed files with 0 additions and 3 deletions
|
|
@ -22,8 +22,5 @@
|
|||
*/
|
||||
function ctrans(string $string, $replace = [], $locale = null) : string
|
||||
{
|
||||
//todo pass through the cached version of the custom strings here else return trans();
|
||||
//note** This may no longer be required as we can simply set Lang::set() at runtime
|
||||
|
||||
return trans($string, $replace, $locale);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue