mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +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
|
// load core registry
|
||||||
Registry::loadRegistry(ROOT_DIR . '/spc.registry.json');
|
Registry::loadRegistry(ROOT_DIR . '/spc.registry.yml');
|
||||||
// load registries from environment variable SPC_REGISTRIES
|
// load registries from environment variable SPC_REGISTRIES
|
||||||
Registry::loadFromEnvOrOption();
|
Registry::loadFromEnvOrOption();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user