values with uppercase

This commit is contained in:
2025-11-25 21:12:19 +03:00
parent c4d318ce63
commit 6a4b83b532

View File

@@ -15,10 +15,10 @@ use mirzaev\languages\language;
* @license http://www.wtfpl.net/ Do What The Fuck You Want To Public License
* @author Arsen Mirzaev Tatyano-Muradovich <arsen@mirzaev.sexy>
*/
enum currency
enum currency: string
{
case usd;
case rub;
case usd = 'USD';
case rub = 'RUB';
/**
* Label