From ae25a0a44afa5e7873ec07a91ce2c1420b4bf40e Mon Sep 17 00:00:00 2001 From: skaisser Date: Fri, 29 Jan 2016 11:53:10 -0200 Subject: [PATCH] Corrigido Retorno Notification --- src/Api/Notification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Api/Notification.php b/src/Api/Notification.php index aecb008..c555dc7 100644 --- a/src/Api/Notification.php +++ b/src/Api/Notification.php @@ -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); }