Skip to content

Commit 51f2646

Browse files
authored
Update EquinoxEnvironment.md
1 parent 22f7cce commit 51f2646

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

documd/EquinoxEnvironment.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ import org.springframework.stereotype.Service;
264264
import static com.tecknobit.equinoxbackend.environment.models.EquinoxItem.IDENTIFIER_KEY;
265265
import static com.tecknobit.equinoxbackend.environment.models.EquinoxUser.USERS_KEY;
266266

267-
@Service
268267
@Repository
269268
@Primary // this is REQUIRED to use correctly this repository instead the EquinoxUsersRepository
270269
public interface CustomUsersRepository extends EquinoxUsersRepository<CustomUser> {

0 commit comments

Comments
 (0)