Skip to content

Commit 9b0b1f5

Browse files
authored
Update README.md
1 parent c335a7b commit 9b0b1f5

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
@@ -354,7 +354,7 @@ protected $compositeKey = ['customer_id', 'agent_id'];
354354
* To find a record with a composite key
355355
356356
```php
357-
$model->find(['id1' => 'value1', 'id2' => 'value2']);
357+
$model->find(['customer_id' => 'value1', 'agent_id' => 'value2']);
358358
```
359359
360360
Requirements

0 commit comments

Comments
 (0)