Merge pull request #9431 from mattclegg/patch-4

[DOCS] Missing line termination in example
This commit is contained in:
Robbie Averill 2020-03-14 06:45:45 -07:00 committed by GitHub
commit 71264bda54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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';
}
```