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

Commit ca02acb

Browse files
committed
update readme
1 parent 66a910a commit ca02acb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ Assign array key values to class properties:
3636
$this->propertiesFrom($array);
3737
```
3838

39+
Dump class properties:
40+
```php
41+
$this->dumpProperties();
42+
```
43+
3944
## Ignored property names
4045
By default, the package ignores `id` and `password` properties to avoid conflicts in Livewire/auth components.
4146
You can customize the ignore list by editing the config.

0 commit comments

Comments
 (0)