Skip to content

Commit 4f93e79

Browse files
committed
Fix typo
1 parent c9b6198 commit 4f93e79

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
@@ -225,7 +225,7 @@ Its is also possible to copy properties
225225
```php
226226
$db->where ("agentId", 10);
227227

228-
$customers = $common->copy ();
228+
$customers = $db->copy ();
229229
$res = $customers->get ("customers");
230230
// SELECT * FROM customers where agentId = 10
231231

0 commit comments

Comments
 (0)