From 98e91bf757d84d5c0f9c494529530de339b24d58 Mon Sep 17 00:00:00 2001 From: Brian Hanson Date: Thu, 23 Jan 2025 13:11:40 -0600 Subject: [PATCH] Fix PHPStan error --- src/console/actions/ConvertRedactor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/console/actions/ConvertRedactor.php b/src/console/actions/ConvertRedactor.php index 647fb97..4b91a4a 100644 --- a/src/console/actions/ConvertRedactor.php +++ b/src/console/actions/ConvertRedactor.php @@ -256,7 +256,7 @@ public function run(): int } $this->controller->stdout("\n ✓ Finished converting Redactor fields.\n", Console::FG_GREEN, Console::BOLD); - $this->stdout("\nCommit your project config changes, + $this->controller->stdout("\nCommit your project config changes, and run `craft up` on other environments for the changes to take effect.\n", Console::FG_GREEN);