This commit is contained in:
as2252258@163.com
2021-04-08 01:46:32 +08:00
parent bd11886572
commit 09a278db46
-1
View File
@@ -44,7 +44,6 @@ class OnWorkerStart extends Callback
/** @var Loader $runtime */
$runtime = unserialize(file_get_contents(storage('runtime.php')));
$annotation->setLoader($runtime);
if ($worker_id >= $server->setting['worker_num']) {
$annotation->instanceDirectoryFiles(MODEL_PATH);