mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUG: Fixes #2808 fixed case type in documentation
This commit is contained in:
parent
587c489d0f
commit
7a9a968d1b
@ -290,7 +290,7 @@ start with S, who has logged in since 1/1/2011.
|
||||
|
||||
:::php
|
||||
$members = Member::get()->filter(array(
|
||||
'FirstName:StartsWith:Not' => 'S'
|
||||
'FirstName:StartsWith:not' => 'S'
|
||||
'LastVisited:GreaterThan' => '2011-01-01'
|
||||
));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user