mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Update datamodel.md
Syntax error
This commit is contained in:
parent
f270dbcad6
commit
90a7761394
@ -289,7 +289,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…
x
Reference in New Issue
Block a user