diff --git a/app/Helpers/TranslationHelper.php b/app/Helpers/TranslationHelper.php index 4858ee439b4b..c77da5585181 100644 --- a/app/Helpers/TranslationHelper.php +++ b/app/Helpers/TranslationHelper.php @@ -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); }