Skip to content

Commit be936fd

Browse files
committed
origin/9910-send-missing-orders
1 parent 972fdd0 commit be936fd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Model/Transaction/Log.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ class Log
3838
*/
3939
protected $logger;
4040

41+
/**
42+
* Log constructor.
43+
* @param TransactionCollectionFactory $transactionCollectionFactory
44+
* @param TransactionFactory $transactionFactory
45+
* @param TransactionRepository $transactionRepository
46+
* @param LoggerInterface $logger
47+
*/
4148
public function __construct(
4249
TransactionCollectionFactory $transactionCollectionFactory,
4350
TransactionFactory $transactionFactory,

0 commit comments

Comments
 (0)