removed an obsolete comment.
This commit is contained in:
@@ -5,7 +5,6 @@ import CreateEmployeeValidator from 'App/Validators/CreateEmployeeValidator'
|
|||||||
|
|
||||||
import Database from '@ioc:Adonis/Lucid/Database'
|
import Database from '@ioc:Adonis/Lucid/Database'
|
||||||
|
|
||||||
// TODO: #1 Implement paginator for Employee-Index
|
|
||||||
export default class EmployeesController {
|
export default class EmployeesController {
|
||||||
public async index ({bouncer, request}: HttpContextContract) {
|
public async index ({bouncer, request}: HttpContextContract) {
|
||||||
await bouncer.authorize('employees.index')
|
await bouncer.authorize('employees.index')
|
||||||
|
|||||||
Reference in New Issue
Block a user