Skip to content

Commit 02dd802

Browse files
committed
fix README.md rename getParticipantDetailsAttribute to getParticipantDetails
1 parent 0e93079 commit 02dd802

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
@@ -116,7 +116,7 @@ You can however, customize this for your needs by adding an Eloquent Accessor th
116116
with as much as you need to your model as follows:
117117

118118
```php
119-
public function getParticipantDetailsAttribute()
119+
public function getParticipantDetails()
120120
{
121121
return [
122122
'name' => $this->someValue,

0 commit comments

Comments
 (0)