| @@ -31,7 +31,7 @@ | ||
| 31 | 31 | public function transform(Notification $notification) | 
| 32 | 32 |      { | 
| 33 | 33 | return [ | 
| 34 | - 'id' => (int)$notification->notifications_id, | |
| 34 | + 'id' => (int) $notification->notifications_id, | |
| 35 | 35 | 'title' => $notification->title, | 
| 36 | 36 | 'body' => $notification->body, | 
| 37 | 37 | 'source' => $notification->source, |