create-prisma-php-app 2.2.6 → 2.2.7

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.
@@ -199,8 +199,7 @@ class TemplateCompiler
199
199
  $newValue = preg_replace_callback(
200
200
  '/{{\s*(.+?)\s*}}/u',
201
201
  function ($matches) {
202
- $expr = trim($matches[1]);
203
- return "";
202
+ return $matches[0];
204
203
  },
205
204
  $attr->value
206
205
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-prisma-php-app",
3
- "version": "2.2.6",
3
+ "version": "2.2.7",
4
4
  "description": "Prisma-PHP: A Revolutionary Library Bridging PHP with Prisma ORM",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",