diff --git a/app/Livewire/Project/Database/Import.php b/app/Livewire/Project/Database/Import.php index dc330b3af..eb80ca6f6 100644 --- a/app/Livewire/Project/Database/Import.php +++ b/app/Livewire/Project/Database/Import.php @@ -221,7 +221,7 @@ EOD; case \App\Models\StandaloneMongodb::class: $restoreCommand = $this->mongodbRestoreCommand; if ($this->dumpAll === false) { - $restoreCommand .= " {$tmpPath}"; + $restoreCommand .= "{$tmpPath}"; } break; } diff --git a/resources/views/livewire/project/database/import.blade.php b/resources/views/livewire/project/database/import.blade.php index 37c1d4eb5..ec5472ac4 100644 --- a/resources/views/livewire/project/database/import.blade.php +++ b/resources/views/livewire/project/database/import.blade.php @@ -40,7 +40,7 @@ @if ($unsupported)