瀏覽代碼

Update Follower model

Daniel Supernault 6 年之前
父節點
當前提交
8c12151859
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Follower.php

+ 1 - 1
app/Follower.php

@@ -26,7 +26,7 @@ class Follower extends Model
 
     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);
     }