diff --git a/system/Commands/Utilities/Optimize.php b/system/Commands/Utilities/Optimize.php index 6004ef37156c..958acf5a6072 100644 --- a/system/Commands/Utilities/Optimize.php +++ b/system/Commands/Utilities/Optimize.php @@ -83,7 +83,7 @@ public function run(array $params) try { $this->runCaching($enableConfigCache, $enableLocatorCache, $disable); $this->clearCache(); - if($disable === true) { + if ($disable === true) { $this->reinstallDevPackages(); } else { $this->removeDevPackages();