Skip to content

Commit

Permalink
fix(tabstractdatabaseplugin): fix missings imports from ite-validators
Browse files Browse the repository at this point in the history
  • Loading branch information
Itee committed Aug 2, 2019
1 parent bfce080 commit d916c8a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sources/core/plugins/TAbstractDatabasePlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
*
*/

import {
isNull,
isUndefined
} from 'itee-validators'

class TAbstractDatabasePlugin {

static _registerRoutesTo ( Driver, Application, Router, ControllerCtors, descriptors ) {
Expand Down

0 comments on commit d916c8a

Please sign in to comment.