We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fd29a6 + d94a164 commit 043db6cCopy full SHA for 043db6c
app/code/Magento/Directory/Model/Config/Source/Country.php
@@ -20,6 +20,13 @@ class Country implements \Magento\Framework\Option\ArrayInterface
20
*/
21
protected $_countryCollection;
22
23
+ /**
24
+ * Options array
25
+ *
26
+ * @var array
27
+ */
28
+ protected $_options;
29
+
30
/**
31
* @param \Magento\Directory\Model\ResourceModel\Country\Collection $countryCollection
32
@@ -28,13 +35,6 @@ public function __construct(\Magento\Directory\Model\ResourceModel\Country\Colle
35
$this->_countryCollection = $countryCollection;
36
}
37
- /**
- * Options array
33
- *
34
- * @var array
- */
- protected $_options;
-
38
39
* Return options array
40
*
0 commit comments