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
1 changed files with 1 additions and 1 deletions

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',