Skip to content

Commit 66c6527

Browse files
committed
task: remove not used method
1 parent 09edf61 commit 66c6527

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

app/Domain/Help/Services/Helper.php

-12
Original file line numberDiff line numberDiff line change
@@ -190,18 +190,6 @@ public function markFirstLoginComplete(int $userId): bool
190190

191191
}
192192

193-
/**
194-
* Saves the user's first task
195-
*
196-
* @param int $userId The user ID
197-
* @param string $taskText The task text entered by the user
198-
* @return bool Success status
199-
*/
200-
public function saveFirstTask(int $userId, string $taskText): bool
201-
{
202-
return $this->userRepository->updateUserSettings($userId, ['onboarding.firstTask' => $taskText]);
203-
}
204-
205193
public function getOnboardingChecklist(int $userId): array|false
206194
{
207195

0 commit comments

Comments
 (0)