| 3 | import User from 'App/Models/User' |
| 4 | |
| 5 | export default class UsersController { |
| 6 | public async destroy({ params, response, auth, bouncer }: HttpContextContract) { |
| 7 | try { |
| 8 | await auth.use('api').authenticate() |
nothing calls this directly
no outgoing calls
no test coverage detected