Skip to content

Commit

Permalink
🐛 Fixed friend add request event
Browse files Browse the repository at this point in the history
  • Loading branch information
MisakaTAT committed Sep 13, 2021
1 parent e5e1d69 commit 9c29642
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.mikuac.shiro.dto.event.request;

import com.mikuac.shiro.dto.event.Event;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.EqualsAndHashCode;
Expand All @@ -15,5 +14,5 @@
@AllArgsConstructor
@SuperBuilder(toBuilder = true)
@EqualsAndHashCode(callSuper = true)
public class FriendAddRequestEvent extends Event {
public class FriendAddRequestEvent extends RequestEvent {
}

0 comments on commit 9c29642

Please sign in to comment.