Skip to content

Commit

Permalink
GRAD2-3176 - fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mightycox committed Jan 30, 2025
1 parent c4263e1 commit 4d86200
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import lombok.*;
import org.springframework.stereotype.Component;

@Data
@Component("instituteSchool")
@EqualsAndHashCode
@Builder
@AllArgsConstructor
Expand Down

0 comments on commit 4d86200

Please sign in to comment.