removed an obsolete comment.

This commit is contained in:
Sockenklaus
2021-10-18 23:32:23 +02:00
parent 66b34d7f29
commit 4d7f2efedb

View File

@@ -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')