Skip to content

Commit cc3bb85

Browse files
author
Radovan Janjic
committed
Update README.md
1 parent d671843 commit cc3bb85

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
@@ -231,7 +231,7 @@ $data = array();
231231
while ($stmt->fetch()) {
232232
$data[] = array(
233233
'id' => $id,
234-
'firstname' => $firstname,
234+
'firstname' => $firstname,
235235
'surname' => $surname,
236236
'email' => $email
237237
);

0 commit comments

Comments
 (0)