Explorar o código

Update status model

Daniel Supernault %!s(int64=7) %!d(string=hai) anos
pai
achega
ab6079f2fe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Status.php

+ 1 - 1
app/Status.php

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