From 2fdb0b406fbe40596c159742b259d9b47e5f979c Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sun, 15 Feb 2026 21:56:56 +0800 Subject: [PATCH] Correct bootstrap --- src/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap.php b/src/bootstrap.php index 15e30b59..95384b71 100644 --- a/src/bootstrap.php +++ b/src/bootstrap.php @@ -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();