Completed
Push — notifications ( bed6a3...1f762c )
by Tony
02:42
created
app/Api/Transformers/NotificationTransformer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.