m
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user