Skip to content

Commit d916c8a

Browse files
committed
fix(tabstractdatabaseplugin): fix missings imports from ite-validators
1 parent bfce080 commit d916c8a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

sources/core/plugins/TAbstractDatabasePlugin.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
*
99
*/
1010

11+
import {
12+
isNull,
13+
isUndefined
14+
} from 'itee-validators'
15+
1116
class TAbstractDatabasePlugin {
1217

1318
static _registerRoutesTo ( Driver, Application, Router, ControllerCtors, descriptors ) {

0 commit comments

Comments
 (0)