create-prisma-php-app 1.26.536 → 1.26.538

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.
@@ -118,7 +118,7 @@ class PrismaPHPSettings
118
118
 
119
119
  private static function getClassesLogFiles(): array
120
120
  {
121
- $jsonFileName = SETTINGS_PATH . '/class-log.json';
121
+ $jsonFileName = SETTINGS_PATH . '/class-imports.json';
122
122
  $classLogFiles = file_exists($jsonFileName) ? json_decode(file_get_contents($jsonFileName), true) : [];
123
123
 
124
124
  return $classLogFiles;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-prisma-php-app",
3
- "version": "1.26.536",
3
+ "version": "1.26.538",
4
4
  "description": "Prisma-PHP: A Revolutionary Library Bridging PHP with Prisma ORM",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",