Skip to content

Commit

Permalink
Fix Smile-SA/magento2-module-seller#9 - List all countries in seller …
Browse files Browse the repository at this point in the history
…form
  • Loading branch information
Maxime LECLERCQ committed Aug 29, 2018
1 parent e7fcad0 commit 966e840
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Model/RetailerAddress/Source/Country.php
Expand Up @@ -58,7 +58,6 @@ public function getAllOptions()
{
if ($this->_options === null) {
$this->_options = $this->countriesFactory->create()
->loadByStore()
->toOptionArray();
}

Expand Down

0 comments on commit 966e840

Please sign in to comment.