mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02: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,
|
||||
];
|
||||
|
||||
private static $default_sort = '"TeamSupporter"."Ranking" ASC'
|
||||
private static $default_sort = '"TeamSupporter"."Ranking" ASC';
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user