Skip to content

Commit

Permalink
#8 in work
Browse files Browse the repository at this point in the history
  • Loading branch information
v-dem committed Mar 20, 2020
1 parent 38d0237 commit 0f26af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ $db->users[] = [
];
```

#### Getting last insert id:
#### Getting last insert id (alias of `lastInsertId()` method):

```php
$newUserId = $db->id();
Expand Down

0 comments on commit 0f26af1

Please sign in to comment.