Update NotificationTransformer

This commit is contained in:
Daniel Supernault 2018-12-10 12:00:50 -07:00
parent 8d93096447
commit 0870b72a97
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 0 deletions

View File

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