This commit is contained in:
2021-05-18 10:40:31 +08:00
parent 0ff172def1
commit 321f8cdae0
+3 -1
View File
@@ -52,7 +52,9 @@ class OnWorkerStart extends Callback
putenv('worker=' . $worker_id);
$serialize = file_get_contents(storage(Runtime::CONFIG_NAME));
if (empty($serialize)) {
return;
}
Config::sets(unserialize($serialize));
}