Completed
Push — master ( 487e71...41b154 )
by claudio
14:58 queued 01:24
created
app/Listeners/Optimise/OkListener.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -61,6 +61,10 @@
 block discarded – undo
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'));
Please login to merge, or discard this patch.