Commit 72657e8
committed
refactor: use child containers instead of clone for request scoping
Replace `clone $this->container` with `new Container($this->container)`
to use the parent-child delegation pattern introduced in utopia-php/di
0.3, consistent with how Base::prepare() already creates scoped containers.
https://claude.ai/code/session_0196tmVsX1KjJKmuHncp7HiV1 parent 487a7a8 commit 72657e8
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
398 | | - | |
| 398 | + | |
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
| |||
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
414 | | - | |
| 414 | + | |
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
| |||
0 commit comments