diff --git a/src/Foundation/Booting/CheckIfBootable.php b/src/Foundation/Booting/CheckIfBootable.php index 8de9bc4e..0d3c29e5 100644 --- a/src/Foundation/Booting/CheckIfBootable.php +++ b/src/Foundation/Booting/CheckIfBootable.php @@ -31,10 +31,8 @@ public function bootstrap(Application $app) } } - if (getenv('KDT_RUN_MODE') || get_cfg_var('kdt.RUN_MODE')) { - $this->phpVerCheck(); - $this->zanVerCheck(); - } + $this->phpVerCheck(); + $this->zanVerCheck(); } private function zanVerCheck()