mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Users: Added a getWebsite function just to fix unworking state xddd
This commit is contained in:
parent
48833d81e9
commit
9cef1f630f
1 changed files with 4 additions and 0 deletions
|
@ -800,6 +800,10 @@ class User extends RowModel
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function getWebsite(): ?string
|
||||||
|
{
|
||||||
|
return $this->getRecord()->website;
|
||||||
|
}
|
||||||
|
|
||||||
use Traits\TSubscribable;
|
use Traits\TSubscribable;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue