mirror of
https://github.com/grocy/grocy.git
synced 2025-10-11 08:14:30 +00:00
Applied PHP-CS-Fixer rules
This commit is contained in:
@@ -62,7 +62,6 @@ class UsersService extends BaseService
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public function GetUserSettings($userId)
|
||||
@@ -106,7 +105,6 @@ class UsersService extends BaseService
|
||||
]);
|
||||
$settingRow->save();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private function UserExists($userId)
|
||||
@@ -114,5 +112,4 @@ class UsersService extends BaseService
|
||||
$userRow = $this->getDatabase()->users()->where('id = :1', $userId)->fetch();
|
||||
return $userRow !== null;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user