mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #9238 from christopherdarling/patch-15
DOCS fix DataList::exclude() code example
This commit is contained in:
commit
ed64adf12a
@ -471,7 +471,7 @@ Remove both Sam and Sig..
|
|||||||
|
|
||||||
```php
|
```php
|
||||||
$players = Player::get()->exclude(
|
$players = Player::get()->exclude(
|
||||||
'FirstName', ['Sam','Sig']
|
'FirstName' => ['Sam','Sig']
|
||||||
);
|
);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user