mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 19:04:38 +00:00
Add require to bookshelf utils into API generator
This commit is contained in:
parent
bd6ab496c4
commit
47bc021a94
@ -2,6 +2,7 @@
|
||||
|
||||
// Public dependencies
|
||||
const _ = require('lodash');
|
||||
const utils = require('strapi-bookshelf/lib/utils/');
|
||||
|
||||
/**
|
||||
* A set of functions called "actions" for `<%= globalID %>`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user