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 ec4fd68 commit 6bfd006Copy full SHA for 6bfd006
docs/documentation/digging-deeper/win32-model.md
@@ -88,7 +88,7 @@ This is very similar and absolutely inspired by Laravel's Eloquent attribute mut
88
```php
89
function getSomePropertyAttribute($value)
90
{
91
- return strtoupper($value);
+ return strtoupper($value);
92
}
93
```
94
0 commit comments