prisma-client-php 0.0.41 → 0.0.42

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.
@@ -984,8 +984,8 @@ final class PPHPUtility
984
984
  $modelRelatedFieldType,
985
985
  $dbType,
986
986
  $pdo,
987
- $relatedId,
988
- $primaryId
987
+ $primaryId,
988
+ $relatedId
989
989
  );
990
990
  }
991
991
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prisma-client-php",
3
3
  "description": "Prisma Client PHP is an auto-generated query builder that enables type-safe database access in PHP.",
4
- "version": "0.0.41",
4
+ "version": "0.0.42",
5
5
  "main": "index.js",
6
6
  "type": "module",
7
7
  "scripts": {