clearCache(); }); } /** * Clear translations cache. * * @return bool */ public static function clearCache() { Cache::tags('translations')->flush(); } }