Skip to content

Commit ff13059

Browse files
guilbaudc2greg0ire
authored andcommitted
Proposed corrected typo in demo code.
changed $payed to $paid.
1 parent c395343 commit ff13059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/tutorials/composite-primary-keys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ of products purchased and maybe even the current price.
302302
private $items;
303303
304304
/** @Column(type="boolean") */
305-
private $payed = false;
305+
private $paid = false;
306306
/** @Column(type="boolean") */
307307
private $shipped = false;
308308
/** @Column(type="datetime") */

0 commit comments

Comments
 (0)