added basic api for 3rd-party clients

This commit is contained in:
benson
2022-12-23 17:25:06 +08:00
parent a0eb5260cf
commit 44810e5df2
9 changed files with 90 additions and 20 deletions

View File

@@ -63,7 +63,7 @@ class Application extends App implements IBootstrap
$context->registerService(Settings::class, function (ContainerInterface $c) use ($uid){
return new Settings($uid);
});
//$context->injectFn([$this, 'registerSearchProviders']);
}
}