Skip to content

Commit 594a15a

Browse files
committed
revert last commit
1 parent 3b005f6 commit 594a15a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/Console/AddCountryCommand.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,6 @@ public function handle()
107107
$this->seedLanguages();
108108
}
109109

110-
if ($this->isModuleEnabled('currencies')) {
111-
$this->seedAllCurrencies();
112-
}
113-
114110
$bar->finish();
115111

116112
$this->getOutput()->info('Done!');
@@ -256,14 +252,6 @@ private function seedLanguages(): void
256252
}
257253
}
258254

259-
private function seedAllCurrencies(): void
260-
{
261-
// currencies
262-
foreach ($this->modules['currencies']['data'] as $currency) {
263-
Models\Currency::create($currency);
264-
}
265-
}
266-
267255
/**
268256
* @param array $array
269257
* @param array $values

0 commit comments

Comments
 (0)