mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Filter heading being processed as part of code
Whitespace issue causing the filter header to become part of the sorting example above - fixed whitespace.
This commit is contained in:
parent
0a5c380c92
commit
a184d228e3
@ -138,7 +138,7 @@ You can also sort randomly
|
||||
|
||||
:::php
|
||||
$member = Member::get()->sort('RAND()')
|
||||
|
||||
|
||||
### Filter
|
||||
|
||||
As you might expect, the `filter()` method filters the list of objects that gets
|
||||
|
Loading…
Reference in New Issue
Block a user