1
0
Fork 0

Update NotificationTransformer, add modlog type

This commit is contained in:
Daniel Supernault 2020-03-18 17:02:03 -06:00
parent cff120ec6f
commit 1a0c1afedf
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 0 deletions

View File

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