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
|
||||
* @author Arsen Mirzaev Tatyano-Muradovich <arsen@mirzaev.sexy>
|
||||
*/
|
||||
enum currency
|
||||
enum currency: string
|
||||
{
|
||||
case usd;
|
||||
case rub;
|
||||
case usd = 'USD';
|
||||
case rub = 'RUB';
|
||||
|
||||
/**
|
||||
* Label
|
||||
|
||||
Reference in New Issue
Block a user