create-prisma-php-app 1.28.0 → 1.28.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -233,7 +233,7 @@ final class PPHPUtility
233
233
 
234
234
  private static function processIncludeValue($key, $value, &$relatedEntityFields, $fields, $modelName, $parentKey)
235
235
  {
236
- if (isset($value['select'])) {
236
+ if (isset($value['select']) || isset($value['where'])) {
237
237
  $relatedEntityFields[$parentKey] = $value;
238
238
  } elseif (is_array($value)) {
239
239
  if (empty($value)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-prisma-php-app",
3
- "version": "1.28.0",
3
+ "version": "1.28.1",
4
4
  "description": "Prisma-PHP: A Revolutionary Library Bridging PHP with Prisma ORM",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",