@@ -14,7 +14,7 @@ |
||
14 | 14 | */ |
15 | 15 | public function __construct($notifications) |
16 | 16 | { |
17 | - parent::__construct(array_map(function ($notification) { |
|
17 | + parent::__construct(array_map(function($notification) { |
|
18 | 18 | return new NotificationResponse($notification); |
19 | 19 | }, $notifications), self::ARRAY_AS_PROPS); |
20 | 20 | } |