File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
app/code/Magento/BraintreeTwo/Helper Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
namespace Magento \BraintreeTwo \Helper ;
7
7
8
- use Magento \BraintreeTwo \Model \Adminhtml \System \Config \Country as CountryConfig ;
9
8
use Magento \Directory \Model \ResourceModel \Country \CollectionFactory ;
10
9
11
10
/**
@@ -30,10 +29,13 @@ class Country
30
29
private $ countries ;
31
30
32
31
/**
33
- * @param CollectionFactory $factory
32
+ * @param \Magento\Directory\Model\ResourceModel\Country\CollectionFactory $factory
33
+ * @param \Magento\BraintreeTwo\Model\Adminhtml\System\Config\Country $countryConfig
34
34
*/
35
- public function __construct (CollectionFactory $ factory , CountryConfig $ countryConfig )
36
- {
35
+ public function __construct (
36
+ \Magento \Directory \Model \ResourceModel \Country \CollectionFactory $ factory ,
37
+ \Magento \BraintreeTwo \Model \Adminhtml \System \Config \Country $ countryConfig
38
+ ) {
37
39
$ this ->collectionFactory = $ factory ;
38
40
$ this ->countryConfig = $ countryConfig ;
39
41
}
You can’t perform that action at this time.
0 commit comments