Skip to content

Commit 678454d

Browse files
committed
fix: typo for prop instruction
1 parent e9db5a7 commit 678454d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/views/instructions/property-type-instructions.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
} else {
2424
$result[] = "
2525
@propertyArray('{$group}', '{$field}')
26-
@foreach (\${$propertyVarName})} ?? [] as \$item)
26+
@foreach (\${$propertyVarName} ?? [] as \$item)
2727
//
2828
@endforeach";
2929
}

0 commit comments

Comments
 (0)