Clean up TODOs

This commit is contained in:
David Bomba 2020-11-10 15:07:25 +11:00
parent ade0148d67
commit 277eec508a

View File

@ -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);
}