We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b47d18 commit f718a79Copy full SHA for f718a79
1 file changed
solid/lib/Service/UserService.php
@@ -2,7 +2,6 @@
2
namespace OCA\Solid\Service;
3
4
class UserService {
5
-
6
private $userSession;
7
8
public function __construct($userSession){
@@ -16,5 +15,4 @@ public function login($userId, $password) {
16
15
public function logout() {
17
$this->userSession->logout();
18
}
19
20
0 commit comments