1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-01-22 14:59:33 +00:00

Update Follow AP verb

This commit is contained in:
Daniel Supernault 2018-12-31 23:26:42 -07:00
parent 0dc8d70639
commit 8157668dba
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -7,7 +7,7 @@ use League\Fractal;
class Follow extends Fractal\TransformerAbstract
{
public function transform(Follower $follower)
public function transform($follower)
{
return [
'@context' => 'https://www.w3.org/ns/activitystreams',