1 | <?php |
||
9 | class Sms |
||
10 | { |
||
11 | /** |
||
12 | * Mob SMS verification. |
||
13 | * |
||
14 | * @see http://wiki.mob.com/webapi2-0/ |
||
15 | * |
||
16 | * @param array $credentials `['phone', 'code', 'zone']` |
||
17 | * @return void |
||
18 | * |
||
19 | * @throws \ElfSundae\Laravel\Api\Exceptions\ApiResponseException |
||
20 | */ |
||
21 | public static function verify($credentials = []) |
||
53 | } |
||
54 |