m
This commit is contained in:
@@ -22,4 +22,12 @@ interface UserServiceInterface
|
||||
public function updateProfile(User $user, array $data, ?\Illuminate\Http\UploadedFile $avatarFile = null): void;
|
||||
|
||||
public function getSentCardsToUserThisMonth(User $sender, string $receiverMsnv): int;
|
||||
|
||||
public function getReceivedPageData(User $user, string $selectedMonth, int $limit = 12, int $offset = 0): array;
|
||||
|
||||
public function getSentPageData(User $user, string $selectedMonth, int $limit = 12, int $offset = 0): array;
|
||||
|
||||
public function getReceivedFeed(User $user, string $selectedMonth, int $limit = 12, int $offset = 0): array;
|
||||
|
||||
public function getSentFeed(User $user, string $selectedMonth, int $limit = 12, int $offset = 0): array;
|
||||
}
|
||||
Reference in New Issue
Block a user