create-prisma-php-app 1.18.3 → 1.18.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.
@@ -611,7 +611,7 @@ try {
611
611
  ob_start();
612
612
  require_once APP_PATH . '/layout.php';
613
613
 
614
- if ($isWire && !isset($data['secondRequestC69CD'])) {
614
+ if ($isWire && !isset($_data53C84['secondRequestC69CD'])) {
615
615
  ob_end_clean();
616
616
  wireCallback();
617
617
  }