This commit is contained in:
antv
2026-07-21 10:16:06 +07:00
parent f8385185c9
commit 781a0f8aa7
17 changed files with 436 additions and 122 deletions
@@ -11,7 +11,7 @@ interface UserServiceInterface
public function getOtherActiveUsers(User $currentUser): \Illuminate\Database\Eloquent\Collection;
public function sendThankcards(User $sender, string $receiverMsnv, int $amount): void;
public function sendThankcards(User $sender, string $receiverMsnv, int $amount, ?int $templateId = 1): void;
public function updatePassword(User $user, string $newPassword): void;