Browse Source

Update status model

Daniel Supernault 7 năm trước cách đây
mục cha
commit
ab6079f2fe
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Status.php

+ 1 - 1
app/Status.php

@@ -32,7 +32,7 @@ class Status extends Model
     {
       $id = $this->id;
       $username = $this->profile->username;
-      return url(config('app.url') . "/p/@{$username}/{$id}");
+      return url(config('app.url') . "/p/{$username}/{$id}");
     }
 
     public function mediaUrl()