mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Clean up TODOs
This commit is contained in:
parent
ade0148d67
commit
277eec508a
@ -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…
x
Reference in New Issue
Block a user