Skip to content

Commit

Permalink
Corrigido Retorno Notification
Browse files Browse the repository at this point in the history
  • Loading branch information
skaisser committed Jan 29, 2016
1 parent 860d08b commit ae25a0a
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 ae25a0a

Please sign in to comment.