Skip to content

Commit

Permalink
refactor: MemberAuthService 어노테이션 순서 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
eom-tae-in committed Sep 25, 2024
1 parent 51da490 commit f4b6d97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
import org.springframework.transaction.annotation.Transactional;

@RequiredArgsConstructor
@Service
@Transactional
@Service
public class MemberAuthService {

private static final String DEFAULT_PHONE_NUMBER = "01011111111";
Expand Down

0 comments on commit f4b6d97

Please sign in to comment.