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:
parent
0dc8d70639
commit
8157668dba
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue