Explorar el Código

Update NotificationTransformer

Daniel Supernault hace 6 años
padre
commit
0870b72a97
Se han modificado 1 ficheros con 1 adiciones y 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];
 	}