From 6a4b83b5320d2def6690f2e845c0e7262d5fc0d6 Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Tue, 25 Nov 2025 21:12:19 +0300 Subject: [PATCH] values with uppercase --- mirzaev/currencies/system/currency.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mirzaev/currencies/system/currency.php b/mirzaev/currencies/system/currency.php index 30990b3..771f79e 100644 --- a/mirzaev/currencies/system/currency.php +++ b/mirzaev/currencies/system/currency.php @@ -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 */ -enum currency +enum currency: string { - case usd; - case rub; + case usd = 'USD'; + case rub = 'RUB'; /** * Label