Add artisan command to create ElasticSearch indexes and remove old script

This commit is contained in:
DariusIII
2023-03-23 11:24:40 +01:00
parent 0fe13a440c
commit 7606c2469f
@@ -121,6 +121,5 @@ class NntmuxCreateESIndexes extends Command
$this->info($response);
$this->info('All done! ElasticSearch indexes are created now.');
}
}