kopia lustrzana https://github.com/pixelfed/pixelfed
Update user model
rodzic
6f8122bed6
commit
c8cb48a835
|
@ -34,6 +34,6 @@ class User extends Authenticatable
|
|||
|
||||
public function url()
|
||||
{
|
||||
return url(config('app.url') . '/@' . $this->username);
|
||||
return url(config('app.url') . '/' . $this->username);
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue