Описание генерируется конфигом.

This commit is contained in:
Igor Barkov (iwork)
2020-08-27 12:23:10 +03:00
parent f519644898
commit a6ec244474
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ class Bank
public $money = 0;
public $status = '';
const BANK_COMISSION = 0.05; //5%
public const BANK_COMISSION = 0.05; //5%
const SUCCESS = "Успешная операция!";
const ERROR_NO_MONEY_IN_WALLET = "Ошибка! Нет денег в кошельке!";
const ERROR_NO_BANK_ACCOUNT = "Ошибка! Счёта не существует!";