浏览代码

Update NotificationTransformer

Daniel Supernault 6 年之前
父节点
当前提交
0870b72a97
共有 1 个文件被更改,包括 1 次插入0 次删除
  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];
 	}