@@ -19,9 +19,10 @@ class SmsService
/**
* @param $phone
+ * @return int
* @throws Exception
*/
- public static function sendPhoneCode($phone)
+ public static function sendPhoneCode($phone): int
{
$username = config('services.sms.username');
$password = config('services.sms.password');