Skip to content

Commit a90b0cc

Browse files
committed
Update Docs
1 parent cc1dd34 commit a90b0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/digging-deeper/win32-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Attribute methods are getter methods that are named after the associated propert
8888
This is very similar and absolutely inspired by Laravel's Eloquent attribute mutator.
8989

9090
```php
91-
function getSomePropertyAttribute($value)
91+
public function getSomePropertyAttribute($value)
9292
{
9393
return strtoupper($value);
9494
}

0 commit comments

Comments
 (0)