@@ -8,7 +8,7 @@ |
||
| 8 | 8 | { |
| 9 | 9 | public function register() |
| 10 | 10 | { |
| 11 | - $this->app->singleton('RayganSms', function ($app) { |
|
| 11 | + $this->app->singleton('RayganSms', function($app) { |
|
| 12 | 12 | $conf = $app['config']['services.raygansms']; |
| 13 | 13 | |
| 14 | 14 | return new Sms($conf['user_name'], $conf['password'], $conf['phone_number']); |
@@ -15,7 +15,7 @@ |
||
| 15 | 15 | /** @var string */ |
| 16 | 16 | protected $url_send_auth_code; |
| 17 | 17 | |
| 18 | - /** @var string */ |
|
| 18 | + /** @var string */ |
|
| 19 | 19 | protected $url_check_auth_code; |
| 20 | 20 | |
| 21 | 21 | /** @var string */ |