Skip to content

Commit 89f6c40

Browse files
authored
fixed wrong variable name
1 parent ee9487a commit 89f6c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogSearch/Ui/DataProvider/Product/AddFulltextFilterToCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111
class AddFulltextFilterToCollection implements AddFilterToCollectionInterface
1212
{
13-
protected $collection;
13+
protected $searchCollection;
1414

1515
public function __construct(\Magento\CatalogSearch\Model\ResourceModel\Search\Collection $searchCollection)
1616
{

0 commit comments

Comments
 (0)