Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Commit 375b7f5

Browse files
committed
readme correction
1 parent 4ba41c7 commit 375b7f5

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
@@ -36,7 +36,7 @@ $this->propertiesFrom($model);
3636
$this->propertiesFrom($array);
3737
```
3838

39-
If you want to use dynamic properties, adjust the `dynamic_properties` key in the config and add the following trait if your class is not already implementing the magic methods:
39+
If you want to use dynamic properties, adjust the `dynamic_properties` key in the config and add the following trait if your class is not already implementing the `get/set` magic methods:
4040
```php
4141
use WithDynamicProperties;
4242
```

0 commit comments

Comments
 (0)