Skip to content

Commit 6bfd006

Browse files
committed
Remove spaces
1 parent ec4fd68 commit 6bfd006

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 @@ This is very similar and absolutely inspired by Laravel's Eloquent attribute mut
8888
```php
8989
function getSomePropertyAttribute($value)
9090
{
91-
return strtoupper($value);
91+
return strtoupper($value);
9292
}
9393
```
9494

0 commit comments

Comments
 (0)