From fa300e3e4d4c9247572d39b9fea66bc8837e7231 Mon Sep 17 00:00:00 2001 From: Hossein Moradgholi Date: Tue, 11 Nov 2014 10:03:29 +0330 Subject: [PATCH] adding readme.md file --- src/Nikapps/BazaarPush/BazaarPush.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Nikapps/BazaarPush/BazaarPush.php b/src/Nikapps/BazaarPush/BazaarPush.php index 44e1b1d..d5bb272 100644 --- a/src/Nikapps/BazaarPush/BazaarPush.php +++ b/src/Nikapps/BazaarPush/BazaarPush.php @@ -263,7 +263,6 @@ public function pushReport($reportTitle, $reportBody, $account){ $pushBullet = new PHPushbullet($pushKey['key']); if($pushKey['devices'] == null){ // pushes to all of the devices - //$pushBullet->pushNote(null, $reportTitle, $reportBody); foreach($pushBullet->devices() as $device){ $pushBullet->device($device->iden)->note($reportTitle, $reportBody); }