m
This commit is contained in:
@@ -20,4 +20,6 @@ interface UserServiceInterface
|
||||
public function getRankingList(string $type, string $selectedMonth, User $currentUser): array;
|
||||
|
||||
public function updateProfile(User $user, array $data, ?\Illuminate\Http\UploadedFile $avatarFile = null): void;
|
||||
|
||||
public function getSentCardsToUserThisMonth(User $sender, string $receiverMsnv): int;
|
||||
}
|
||||
Reference in New Issue
Block a user