Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis committed Apr 7, 2026
1 parent c2cfeaf commit c22398d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/Command/UpgradeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c22398d

Please sign in to comment.