diff --git a/app/Controllers/Http/EmployeesController.ts b/app/Controllers/Http/EmployeesController.ts index 4397eba..177b943 100644 --- a/app/Controllers/Http/EmployeesController.ts +++ b/app/Controllers/Http/EmployeesController.ts @@ -5,7 +5,6 @@ import CreateEmployeeValidator from 'App/Validators/CreateEmployeeValidator' import Database from '@ioc:Adonis/Lucid/Database' -// TODO: #1 Implement paginator for Employee-Index export default class EmployeesController { public async index ({bouncer, request}: HttpContextContract) { await bouncer.authorize('employees.index')