Commit bc39c9c
committed
refactor: rename DockerComposeContextBuilder::new to with_sqlite
Renamed the private constructor method for better symmetry and clarity:
- Old: DockerComposeContextBuilder::new(ports)
- New: DockerComposeContextBuilder::with_sqlite(ports)
This provides better symmetry with the with_mysql() method and makes it
more explicit that the builder starts with SQLite configuration by default.
The builder() public method now calls with_sqlite() instead of new().1 parent b97d446 commit bc39c9c
File tree
1 file changed
+2
-2
lines changed- src/infrastructure/templating/docker_compose/template/wrappers/docker_compose
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
0 commit comments