[DOCS] Missing line termination in example

This commit is contained in:
Matt Clegg 2020-03-14 15:19:17 +05:45 committed by GitHub
parent 667495eaf9
commit 101c189c16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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