Commit 4f93e793 authored by Alexander Butenko's avatar Alexander Butenko

Fix typo

parent c9b6198f
......@@ -225,7 +225,7 @@ Its is also possible to copy properties
```php
$db->where ("agentId", 10);
$customers = $common->copy ();
$customers = $db->copy ();
$res = $customers->get ("customers");
// SELECT * FROM customers where agentId = 10
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment