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