Explorar el Código

Update status model

Daniel Supernault hace 7 años
padre
commit
ab6079f2fe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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()