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.
1 parent 3b005f6 commit 594a15aCopy full SHA for 594a15a
src/Console/AddCountryCommand.php
@@ -107,10 +107,6 @@ public function handle()
107
$this->seedLanguages();
108
}
109
110
- if ($this->isModuleEnabled('currencies')) {
111
- $this->seedAllCurrencies();
112
- }
113
-
114
$bar->finish();
115
116
$this->getOutput()->info('Done!');
@@ -256,14 +252,6 @@ private function seedLanguages(): void
256
252
257
253
258
254
259
- private function seedAllCurrencies(): void
260
- {
261
- // currencies
262
- foreach ($this->modules['currencies']['data'] as $currency) {
263
- Models\Currency::create($currency);
264
265
266
267
255
/**
268
* @param array $array
269
* @param array $values
0 commit comments