mirror of
https://github.com/strapi/strapi.git
synced 2025-11-08 14:19:40 +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
|
// Public dependencies
|
||||||
const _ = require('lodash');
|
const _ = require('lodash');
|
||||||
|
const utils = require('strapi-bookshelf/lib/utils/');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A set of functions called "actions" for `<%= globalID %>`
|
* A set of functions called "actions" for `<%= globalID %>`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user