mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #9431 from mattclegg/patch-4
[DOCS] Missing line termination in example
This commit is contained in:
commit
71264bda54
@ -364,7 +364,7 @@ class TeamSupporter extends DataObject
|
|||||||
'Supporter' => Supporter::class,
|
'Supporter' => Supporter::class,
|
||||||
];
|
];
|
||||||
|
|
||||||
private static $default_sort = '"TeamSupporter"."Ranking" ASC'
|
private static $default_sort = '"TeamSupporter"."Ranking" ASC';
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user