Skip to content

Commit

Permalink
add escape slashes again
Browse files Browse the repository at this point in the history
  • Loading branch information
delboy1978uk committed Nov 16, 2024
1 parent e3744c3 commit a899ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tools/Console/Command/DiffCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ protected function execute(
'',
sprintf(
'To revert the migration you can use <info>migrations:execute --down "%s"</info>',
$fqcn,
addslashes($fqcn),
),
'',
]);
Expand Down

0 comments on commit a899ce2

Please sign in to comment.