radmen / adonis-lucid-soft-deletes

Experimental implementation of soft-deletes for Adonis Lucid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is work on Hooks ?

ashishnimrot opened this issue · comments

`'use strict'

const TestHook = exports = module.exports = {}

TestHook.deleteRoute = async (test) => {
console.log("call delete")
}`

Hook does not call as per my testing.