sanujitmajhiOriginal post
Web Developer
wen i am trying to wrap the services on a provider it showing error why ???
Summary
The user is having trouble wrapping their services in the context_api. They are receiving an error when attempting to do so. The user included their service file code as an example.
Solution: It appears that there is a typo in the code where the `Account` object is instantiated. Instead of `this.databases=new Account(this.client)`, it should be `this.databases=new Databases(this.client)`. Additionally, make sure to properly format the code using backticks for better readability.