Move Model\Profile::getMyUrl to UserSessions
This commit is contained in:
@@ -110,6 +110,12 @@ class UserSession implements IHandleUserSessions
|
||||
return array_search($cid, $this->session->get('remote'));
|
||||
}
|
||||
|
||||
/** {@inheritDoc} */
|
||||
public function getMyUrl(): string
|
||||
{
|
||||
return $this->session->get('my_url', '');
|
||||
}
|
||||
|
||||
/** {@inheritDoc} */
|
||||
public function isAuthenticated(): bool
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user