Forráskód Böngészése

Update Follower model

Daniel Supernault 6 éve
szülő
commit
8c12151859
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      app/Follower.php

+ 1 - 1
app/Follower.php

@@ -26,7 +26,7 @@ class Follower extends Model
 
 
     public function permalink($append = null)
     public function permalink($append = null)
     {
     {
-        $path = $this->actor->permalink("/follow/{$this->id}{$append}");
+        $path = $this->actor->permalink("#accepts/follows/{$this->id}{$append}");
         return url($path);
         return url($path);
     }
     }