create-prisma-php-app 4.4.7 → 4.4.8
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.
- package/dist/bootstrap.php +4 -4
- package/package.json +1 -1
package/dist/bootstrap.php
CHANGED
|
@@ -1307,10 +1307,6 @@ try {
|
|
|
1307
1307
|
}
|
|
1308
1308
|
|
|
1309
1309
|
if (!Bootstrap::$isContentIncluded && !Bootstrap::$isChildContentIncluded) {
|
|
1310
|
-
if (!Bootstrap::$secondRequestC69CD) {
|
|
1311
|
-
Bootstrap::createUpdateRequestData();
|
|
1312
|
-
}
|
|
1313
|
-
|
|
1314
1310
|
if (Request::$isWire && !Bootstrap::$secondRequestC69CD) {
|
|
1315
1311
|
if (isset(Bootstrap::$requestFilesData[Request::$decodedUri])) {
|
|
1316
1312
|
foreach (Bootstrap::$requestFilesData[Request::$decodedUri]['includedFiles'] as $file) {
|
|
@@ -1357,6 +1353,10 @@ try {
|
|
|
1357
1353
|
|
|
1358
1354
|
MainLayout::$html = "<!DOCTYPE html>\n" . MainLayout::$html;
|
|
1359
1355
|
|
|
1356
|
+
if (!Bootstrap::$secondRequestC69CD) {
|
|
1357
|
+
Bootstrap::createUpdateRequestData();
|
|
1358
|
+
}
|
|
1359
|
+
|
|
1360
1360
|
if (
|
|
1361
1361
|
http_response_code() === 200
|
|
1362
1362
|
&& isset(Bootstrap::$requestFilesData[Request::$decodedUri]['fileName'])
|