Skip to content

Commit 981c3b0

Browse files
committed
trusted template
1 parent 57a0765 commit 981c3b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Pest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function buildCartWithProducts()
9595

9696
function tag($tag)
9797
{
98-
return Parse::template($tag, []);
98+
return Parse::template($tag, [], trusted: true);
9999
}
100100

101101
function fakeCart($cart = null)

0 commit comments

Comments
 (0)