Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
zxcvdavid committed Jul 25, 2017
1 parent 4fbebb6 commit e940488
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/Foundation/Booting/CheckIfBootable.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit e940488

Please sign in to comment.