import ServiceProvider from "varie/lib/support/ServiceProvider"; /* |-------------------------------------------------------------------------- | App Service Provider |-------------------------------------------------------------------------- | You can bind various items to the app here, or can create other | custom providers that bind the container | */ export default class tempProvider extends ServiceProvider { public async boot() { // ... } public async register() { // ... } }