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 49918d3 commit 3edb501Copy full SHA for 3edb501
app/Console/Commands/RestoreFromBackup.php
@@ -372,7 +372,7 @@ public function handle()
372
if ($this->option('sanitize-guess-prefix')) {
373
$prefix = SQLStreamer::guess_prefix($sql_contents);
374
$this->line($prefix);
375
- return $this->info("Re-run this command with '--sanitize-with-prefix=".$prefix."' to see an attempt to sanitze your SQL.");
+ return $this->info("Re-run this command with '--sanitize-with-prefix=".$prefix."' to see an attempt to sanitize your SQL.");
376
}
377
378
// If we're doing --sql-stdout-only, handle that now so we don't have to open pipes to mysql and all of that silliness
0 commit comments