| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 12 | 
| Code Lines | 10 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 27 | #[Override] | ||
| 28 | protected function configure(): void | ||
| 29 |     { | ||
| 30 | $this->install(new QueryRepositoryModule()); | ||
| 31 | $this->override(new Psr6NullModule()); | ||
| 32 | $this->install(new WebRouterModule()); | ||
| 33 | $this->install(new VndErrorModule()); | ||
| 34 | $this->install(new PsrLoggerModule()); | ||
| 35 | $this->install(new StreamModule()); | ||
| 36 | $this->install(new CreatedResourceModule()); | ||
| 37 | $this->install(new DiCompileModule(false)); | ||
|  | |||
| 38 | $this->install(new SundayModule()); | ||
| 39 | } | ||
| 41 |