We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57a0765 commit 981c3b0Copy full SHA for 981c3b0
1 file changed
tests/Pest.php
@@ -95,7 +95,7 @@ function buildCartWithProducts()
95
96
function tag($tag)
97
{
98
- return Parse::template($tag, []);
+ return Parse::template($tag, [], trusted: true);
99
}
100
101
function fakeCart($cart = null)
0 commit comments