Skip to content

Commit

Permalink
๐Ÿ› :: ํœด๋จผ ์—๋Ÿฌ
Browse files Browse the repository at this point in the history
  • Loading branch information
gurdl0525 committed Nov 15, 2023
1 parent 33930a4 commit 1197010
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import org.springframework.transaction.annotation.Transactional

@Service
@Transactional(readOnly = true)
abstract class AuthServiceImpl(
class AuthServiceImpl(
private val tokenProvider: TokenProvider,
private val userFacade: UserFacade,
private val userRepository: UserRepository,
Expand Down

0 comments on commit 1197010

Please sign in to comment.