@@ -324,7 +324,7 @@ |
||
| 324 | 324 | /** |
| 325 | 325 | * Send Push to tokens. |
| 326 | 326 | * |
| 327 | - * @return object |
|
| 327 | + * @return \Gomoob\Pushwoosh\Model\Response\CreateMessageResponse |
|
| 328 | 328 | */ |
| 329 | 329 | public function send($message, $callback) { |
| 330 | 330 | $this->body = $message; |
@@ -27,7 +27,7 @@ |
||
| 27 | 27 | */ |
| 28 | 28 | public function register() |
| 29 | 29 | { |
| 30 | - $this->app->singleton('tzsk-push', function ($app) { |
|
| 30 | + $this->app->singleton('tzsk-push', function($app) { |
|
| 31 | 31 | return new Pusher(new PusherFactory()); |
| 32 | 32 | }); |
| 33 | 33 | } |