@kohanajs/mixin-orm
Advanced tools
Comparing version 3.3.0 to 3.3.1
@@ -5,2 +5,4 @@ # Changelog | ||
### [3.3.1](https://gitlab.com/kohana-js/controller-mixins/orm/compare/v3.3.0...v3.3.1) (2023-07-19) | ||
## [3.3.0](https://gitlab.com/kohana-js/controller-mixins/orm/compare/v3.2.3...v3.3.0) (2023-06-01) | ||
@@ -7,0 +9,0 @@ |
@@ -77,3 +77,3 @@ const { ControllerMixin } = require('@kohanajs/core-mvc'); | ||
const id = client.request.params?.id ? parseInt(client.request.params.id, 10) : null; | ||
const id = client.request.params.id; | ||
const database = state.get(ControllerMixinDatabase.DATABASES).get(state.get(this.DATABASE_KEY)); | ||
@@ -80,0 +80,0 @@ |
{ | ||
"name": "@kohanajs/mixin-orm", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"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
21662