What is @ioc:Adonis/Core/Validator
?
#4652
AlirezaEthDev
started this conversation in
General
Replies: 1 comment
-
Probably a duplicate of: https://github.com/orgs/adonisjs/discussions/4654 As per your question, the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In TokenSchema.js compiled from TypeScript there is this snippet code:
const Validator_1 = require("@ioc:Adonis/Core/Validator");
When I try TokensController.js (That includes TokenSchema.js) this error throwed:What is
@ioc:Adonis/Core/Validator
exactly and how should we eliminate the issue?Beta Was this translation helpful? Give feedback.
All reactions