Sotaro KARASAWA il y a 10 ans
Parent
commit
34d93ef84f
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      lib/models/index.js

+ 2 - 0
lib/models/index.js

@@ -1,3 +1,5 @@
+'use strict';
+
 module.exports = {
   Page: require('./page'),
   User: require('./user'),