Skip to content

Commit 3edb501

Browse files
committed
Fixed typo sanitze to sanitize
Signed-off-by: snipe <[email protected]>
1 parent 49918d3 commit 3edb501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Console/Commands/RestoreFromBackup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ public function handle()
372372
if ($this->option('sanitize-guess-prefix')) {
373373
$prefix = SQLStreamer::guess_prefix($sql_contents);
374374
$this->line($prefix);
375-
return $this->info("Re-run this command with '--sanitize-with-prefix=".$prefix."' to see an attempt to sanitze your SQL.");
375+
return $this->info("Re-run this command with '--sanitize-with-prefix=".$prefix."' to see an attempt to sanitize your SQL.");
376376
}
377377

378378
// 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

Comments
 (0)