1
0
Daniel Supernault 6 жил өмнө
parent
commit
8157668dba

+ 1 - 1
app/Transformer/ActivityPub/Verb/Follow.php

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