This commit is contained in:
xl
2023-11-09 20:00:06 +08:00
parent 9c3c1cfd82
commit ce067c67d1
+1 -1
View File
@@ -92,7 +92,7 @@ abstract class BaseApplication extends Component
}
foreach ($config->get('components', []) as $id => $component) {
$this->container->set($id, $component);
$this->localService->set($id, $component);
}
}