bug fix in repservice view ticket

This commit is contained in:
babak alizadeh 2024-06-02 15:33:29 +03:30
parent a1166aec16
commit fb90cab19f

View file

@ -13,7 +13,7 @@ class SMS
private Settings $settings; private Settings $settings;
private registryMGR $registryMGR; private registryMGR $registryMGR;
private int $smsPrice = 150; private int $smsPrice = 1500;
/** /**
* @param EntityManagerInterface $entityManager * @param EntityManagerInterface $entityManager