This commit is contained in:
2021-05-17 17:41:54 +08:00
parent b62896e354
commit c1b4e64dfb
+1 -1
View File
@@ -51,7 +51,7 @@ class OnWorkerStart extends Callback
putenv('state=start');
putenv('worker=' . $worker_id);
$serialize = file_get_contents(Runtime::CONFIG_NAME);
$serialize = file_get_contents(storage(Runtime::CONFIG_NAME));
Config::sets(unserialize($serialize));
}