From 7606c2469f8d9bf52cc2cb0cfeaa6bb4f8fd7829 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Thu, 23 Mar 2023 11:24:40 +0100 Subject: [PATCH] Add artisan command to create ElasticSearch indexes and remove old script --- app/Console/Commands/NntmuxCreateESIndexes.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Console/Commands/NntmuxCreateESIndexes.php b/app/Console/Commands/NntmuxCreateESIndexes.php index 9c6efc473..db006bf3d 100644 --- a/app/Console/Commands/NntmuxCreateESIndexes.php +++ b/app/Console/Commands/NntmuxCreateESIndexes.php @@ -121,6 +121,5 @@ class NntmuxCreateESIndexes extends Command $this->info($response); $this->info('All done! ElasticSearch indexes are created now.'); - } }