@@ -61,6 +61,10 @@ |
||
61 | 61 | }); |
62 | 62 | } |
63 | 63 | |
64 | + /** |
|
65 | + * @param string $title |
|
66 | + * @param string $message |
|
67 | + */ |
|
64 | 68 | static private function sendPushs($title, $message) |
65 | 69 | { |
66 | 70 | $clients = explode(';', config('app.gcm_key')); |