1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2026-03-29 16:10:08 +02:00

♻️ Add minimal Container boot

This commit is contained in:
2025-12-02 15:20:58 +01:00
parent c445c59ed8
commit 564e47f66e
14 changed files with 32 additions and 33 deletions

View File

@@ -13,8 +13,7 @@ struct RealWebApiTest {
private var container: Container
init() throws {
self.container = Container()
container.bind()
self.container = Container.real(minimal: true)
}
var WebApi: RealWebApi {