Users: Added a getWebsite function just to fix unworking state xddd

This commit is contained in:
veselcraft 2021-11-13 15:13:44 +03:00
parent 48833d81e9
commit 9cef1f630f
No known key found for this signature in database
GPG key ID: AED66BC1AC628A4E

View file

@ -800,6 +800,10 @@ class User extends RowModel
}
}
function getWebsite(): ?string
{
return $this->getRecord()->website;
}
use Traits\TSubscribable;
}