Explorar o código

Update NotificationTransformer

Daniel Supernault %!s(int64=6) %!d(string=hai) anos
pai
achega
0870b72a97
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/Transformer/Api/NotificationTransformer.php

+ 1 - 0
app/Transformer/Api/NotificationTransformer.php

@@ -45,6 +45,7 @@ class NotificationTransformer extends Fractal\TransformerAbstract
 			'mention' => 'mention',
 			'reblog' => 'share',
 			'like' => 'favourite',
+			'comment' => 'comment',
 		];
 		return $verbs[$verb];
 	}