Skip to content

Commit

Permalink
Merge pull request #2 from skaisser/master
Browse files Browse the repository at this point in the history
Corrigido Retorno Notification
  • Loading branch information
Aldo Anizio Lugão Camacho committed Jan 30, 2016
2 parents 860d08b + ae25a0a commit 586829f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/Notification.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function getAll(array $filters = [])

return array_map(function($notification)
{
return new NotificationEntity($notification->notification);
return new NotificationEntity($notification);
}, $notifications->data);
}

Expand Down

0 comments on commit 586829f

Please sign in to comment.