From a899ce218107b0a97d415fd20f5c444c969ee05b Mon Sep 17 00:00:00 2001 From: Derek Stephen McLean Date: Sat, 16 Nov 2024 21:55:32 +0100 Subject: [PATCH] add escape slashes again --- src/Tools/Console/Command/DiffCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tools/Console/Command/DiffCommand.php b/src/Tools/Console/Command/DiffCommand.php index deefb923c..34d84c753 100644 --- a/src/Tools/Console/Command/DiffCommand.php +++ b/src/Tools/Console/Command/DiffCommand.php @@ -159,7 +159,7 @@ protected function execute( '', sprintf( 'To revert the migration you can use migrations:execute --down "%s"', - $fqcn, + addslashes($fqcn), ), '', ]);