File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
app/code/Magento/Payment/Model/Method Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
namespace Magento \Payment \Model \Method ;
7
7
8
- use Magento \Payment \Gateway \ConfigInterface ;
9
8
use Psr \Log \LoggerInterface ;
10
9
11
10
/**
@@ -24,17 +23,17 @@ class Logger
24
23
protected $ logger ;
25
24
26
25
/**
27
- * @var ConfigInterface
26
+ * @var \Magento\Payment\Gateway\ ConfigInterface
28
27
*/
29
28
private $ config ;
30
29
31
30
/**
32
31
* @param LoggerInterface $logger
33
- * @param ConfigInterface $config
32
+ * @param \Magento\Payment\Gateway\ ConfigInterface $config
34
33
*/
35
34
public function __construct (
36
35
LoggerInterface $ logger ,
37
- ConfigInterface $ config = null
36
+ \ Magento \ Payment \ Gateway \ ConfigInterface $ config = null
38
37
) {
39
38
$ this ->logger = $ logger ;
40
39
$ this ->config = $ config ;
You can’t perform that action at this time.
0 commit comments