fix: actually run destroyAll
:|
This commit is contained in:
@ -13,6 +13,7 @@ export default (server, model, options) => {
|
||||
scope(server, model);
|
||||
create(server, model);
|
||||
destroy(server, model);
|
||||
destroyAll(server, model);
|
||||
destroyScope(server, model);
|
||||
update(server, model);
|
||||
}
|
||||
|
Reference in New Issue
Block a user