This commit is contained in:
xl
2024-11-18 17:02:58 +08:00
parent 16eb6b11c5
commit e82fad2fcb
-2
View File
@@ -177,8 +177,6 @@ class Router
*/ */
public function scan_build_route(OnWorkerStart $onWorkerStart): void public function scan_build_route(OnWorkerStart $onWorkerStart): void
{ {
var_dump($onWorkerStart->workerId);
$coordinator = CoordinatorManager::utility(Coordinator::WORKER_START); $coordinator = CoordinatorManager::utility(Coordinator::WORKER_START);
$this->read_dir_file(APP_PATH . 'routes'); $this->read_dir_file(APP_PATH . 'routes');