File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
app/code/Magento/Sales/Model/ResourceModel/Collection Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 8
8
namespace Magento \Sales \Model \ResourceModel \Collection ;
9
9
10
10
use Magento \Framework \App \Config \ScopeConfigInterface ;
11
+ use Magento \Framework \Model \ResourceModel \Db \Collection \AbstractCollection ;
11
12
use Magento \Quote \Model \ResourceModel \Quote \Collection ;
12
13
use Magento \Quote \Model \ResourceModel \Quote \CollectionFactory ;
13
14
use Magento \Store \Api \Data \StoreInterface ;
@@ -57,9 +58,9 @@ public function __construct(
57
58
* of the quote is greater than lifetime threshold
58
59
*
59
60
* @param StoreInterface $store
60
- * @return Collection
61
+ * @return AbstractCollection
61
62
*/
62
- public function getExpiredQuotes (StoreInterface $ store ): Collection
63
+ public function getExpiredQuotes (StoreInterface $ store ): AbstractCollection
63
64
{
64
65
$ lifetime = $ this ->config ->getValue (
65
66
$ this ->quoteLifetime ,
You can’t perform that action at this time.
0 commit comments