Skip to content

Commit 0a90e83

Browse files
committed
ACP2E-3493: Expired persistent quotes are not cleaned up by a cron job sales_clean_quotes
- Fixed the CR comments.
1 parent bdcdecd commit 0a90e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Persistent/Observer/ClearExpiredCronJobObserver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class ClearExpiredCronJobObserver
3333
*
3434
* @var DeleteExpiredQuoteFactory
3535
*/
36-
protected DeleteExpiredQuoteFactory $deleteExpiredQuoteFactory;
36+
private DeleteExpiredQuoteFactory $deleteExpiredQuoteFactory;
3737

3838
/**
3939
* @param CollectionFactory $websiteCollectionFactory

0 commit comments

Comments
 (0)