Skip to content

Commit de6d50b

Browse files
committed
Fixed FQCN of ContentTypeName criterion in code sample
1 parent 1cc7927 commit de6d50b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/search/search_in_trash_reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ $query->filter = new Criterion\LogicalAnd([
6363
$query->sortClauses = [
6464
new SortClause\Trash\DateTrashed(Query::SORT_DESC),
6565
new SortClause\ContentName(Query::SORT_ASC),
66-
new SortClause\ContentTypeName(Query::SORT_ASC)
66+
new SortClause\Trash\ContentTypeName(Query::SORT_ASC)
6767
];
6868

6969
// Search for articles trashed in the last 30 days

0 commit comments

Comments
 (0)