From c22398d2db31de654a816a2ef75db94249b92104 Mon Sep 17 00:00:00 2001 From: Ioannis Igoumenos Date: Tue, 7 Apr 2026 10:11:18 +0300 Subject: [PATCH] Fix wording --- app/src/Command/UpgradeCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/Command/UpgradeCommand.php b/app/src/Command/UpgradeCommand.php index 7d17fcf8f..307f14dbf 100644 --- a/app/src/Command/UpgradeCommand.php +++ b/app/src/Command/UpgradeCommand.php @@ -264,7 +264,7 @@ public function execute(Arguments $args, ConsoleIo $io) // Clear all loaded table instances so they are re-instantiated with the new schema TableRegistry::getTableLocator()->clear(); - // Clear the CakePHP file/redis cache for models (this holds the schema arrays) + // Clear the CakePHP cache for models (this holds the schema arrays) Cache::clear('_cake_model_'); // Disable schema caching for this specific process going forward