Push Messages #4 fix
This commit is contained in:
		@@ -33,8 +33,10 @@ class NotificationManager
 | 
			
		||||
		$notification = new Notification($serverKey);
 | 
			
		||||
		$notification->to($to);
 | 
			
		||||
		$notification->notification($data['title'], $data['body'], $data['icon'], '');
 | 
			
		||||
		$notification->send();
 | 
			
		||||
		$answer = $notification->send();
 | 
			
		||||
		$notification = null;
 | 
			
		||||
 | 
			
		||||
		return $answer;
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user