values with uppercase
This commit is contained in:
@@ -15,10 +15,10 @@ use mirzaev\languages\language;
|
|||||||
* @license http://www.wtfpl.net/ Do What The Fuck You Want To Public License
|
* @license http://www.wtfpl.net/ Do What The Fuck You Want To Public License
|
||||||
* @author Arsen Mirzaev Tatyano-Muradovich <arsen@mirzaev.sexy>
|
* @author Arsen Mirzaev Tatyano-Muradovich <arsen@mirzaev.sexy>
|
||||||
*/
|
*/
|
||||||
enum currency
|
enum currency: string
|
||||||
{
|
{
|
||||||
case usd;
|
case usd = 'USD';
|
||||||
case rub;
|
case rub = 'RUB';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Label
|
* Label
|
||||||
|
|||||||
Reference in New Issue
Block a user