mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
Correct bootstrap
This commit is contained in:
parent
f1e9dd8de8
commit
2fdb0b406f
@ -59,6 +59,6 @@ if (filter_var(getenv('SPC_ENABLE_LOG_FILE'), FILTER_VALIDATE_BOOLEAN)) {
|
||||
}
|
||||
|
||||
// load core registry
|
||||
Registry::loadRegistry(ROOT_DIR . '/spc.registry.json');
|
||||
Registry::loadRegistry(ROOT_DIR . '/spc.registry.yml');
|
||||
// load registries from environment variable SPC_REGISTRIES
|
||||
Registry::loadFromEnvOrOption();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user