Skip to content

Commit 96bedac

Browse files
committed
fix(docs): invalid code markup in sample (resolves tpetry#2)
1 parent 4ca06ed commit 96bedac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ $quota->update([
124124
Product::select([
125125
'id',
126126
'name',
127-
new Alias(new Multiply(new Subtract('price', 'discount'), Number(0.2)), 'vat')
127+
new Alias(new Multiply(new Subtract('price', 'discount'), new Number(0.2)), 'vat')
128128
])->get();
129129
```
130130

0 commit comments

Comments
 (0)