Skip to content

Commit fbd9f89

Browse files
committed
MC-15250: Explicit product sorting in PageBuilder Products Content type
1 parent 76211de commit fbd9f89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/PageBuilder/Model/Catalog/Sorting.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ class Sorting
1616
/**
1717
* @var array
1818
*/
19-
protected $sortClasses = [
19+
private $sortClasses = [
2020
'date_newest_top' => Sorting\Date\NewestTop::class
2121
];
2222

2323
/**
2424
* @var Sorting\Factory
2525
*/
26-
protected $factory;
26+
private $factory;
2727

2828
/**
2929
* @var array
3030
*/
31-
protected $sortInstances = [];
31+
private $sortInstances = [];
3232

3333
/**
3434
* Sorting constructor.

0 commit comments

Comments
 (0)