do not check folder exists at setup
This commit is contained in:
parent
a14c1c1a0e
commit
0ca9ba2b24
|
|
@ -11,7 +11,7 @@ require BASE_DIR.'/vendor/autoload.php';
|
|||
|
||||
// Boot Services
|
||||
App\Services\Boot::loadServices();
|
||||
Boot::checkRuntimeEnv();
|
||||
Config::checkPHPVersion();
|
||||
Boot::loadDotEnv(BASE_DIR);
|
||||
Boot::registerErrorHandler();
|
||||
Boot::startSession();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user