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.'); - } }