whoami7 - Manager
:
/
home
/
qbizpnmr
/
arif.umairtax.com
/
app
/
Helpers
/
Upload File:
files >> //home/qbizpnmr/arif.umairtax.com/app/Helpers/TranslationHelper.php
<?php /** * Invoice Ninja (https://invoiceninja.com). * * @link https://github.com/invoiceninja/invoiceninja source repository * * @copyright Copyright (c) 2025. Invoice Ninja LLC (https://invoiceninja.com) * * @license https://www.elastic.co/licensing/elastic-license */ /** * Returns a custom translation string * falls back on defaults if no string exists. * * //Cache::forever($custom_company_translated_string, 'mogly'); * * @param string $string * @param array $replace * @param null $locale * @return string */ function ctrans(string $string, $replace = [], $locale = null): string { return html_entity_decode(trans($string, $replace, $locale)); }
Copyright ©2021 || Defacer Indonesia