create-prisma-php-app 1.27.3 → 1.27.4

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.
@@ -819,7 +819,7 @@ try {
819
819
  if (Request::$isWire && !$_secondRequestC69CD) {
820
820
  $_requestFilesData = PrismaPHPSettings::$includeFiles;
821
821
 
822
- if ($_requestFilesData[Request::$uri]) {
822
+ if (isset($_requestFilesData[Request::$uri])) {
823
823
  $_requestDataToLoop = $_requestFilesData[Request::$uri];
824
824
 
825
825
  foreach ($_requestDataToLoop['includedFiles'] as $file) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-prisma-php-app",
3
- "version": "1.27.3",
3
+ "version": "1.27.4",
4
4
  "description": "Prisma-PHP: A Revolutionary Library Bridging PHP with Prisma ORM",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",