We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1dd34 commit a90b0ccCopy full SHA for a90b0cc
docs/documentation/digging-deeper/win32-model.md
@@ -88,7 +88,7 @@ Attribute methods are getter methods that are named after the associated propert
88
This is very similar and absolutely inspired by Laravel's Eloquent attribute mutator.
89
90
```php
91
-function getSomePropertyAttribute($value)
+public function getSomePropertyAttribute($value)
92
{
93
return strtoupper($value);
94
}
0 commit comments