@kohanajs/mixin-orm
Advanced tools
Comparing version 1.0.9 to 1.0.10
const {ControllerMixin} = require('kohanajs'); | ||
class Mime extends ControllerMixin{ | ||
constructor(client, request, header) { | ||
constructor(client, request, headers) { | ||
super(client); | ||
this.request = request; | ||
this.header = header; | ||
this.headers = headers; | ||
} | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "@kohanajs/mixin-orm", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8849