Browse Source

add sms enum

mahdi
mahdihty 4 years ago
parent
commit
c73bf9478c
  1. 12
      app/Enums/sms.php

12
app/Enums/sms.php

@ -0,0 +1,12 @@
<?php
return [
'types' => [
'verification_code' => [
'name' => 'VerificationCode'
],
'ultra_fast_send' => [
'name' => 'ultraFastSend'
]
],
];
Loading…
Cancel
Save