Skip to content

Commit 25f5d10

Browse files
committed
Update README.md
1 parent 5fff782 commit 25f5d10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ class WidgetController
110110
}
111111
```
112112

113+
## How does the configuraton system work?
114+
It works almost exactly like the DI system but uses properties instead of methods. If you want to confgure something more complicated you can use methods as well just like the DI system.
115+
113116
## Unit Testing
114117
In general you just put tests in the testing directory with the same structure as the classes you are testing in the classes directory. The environment is Testing and so the associated configuration and dependency injection classes will be loaded.
115118

0 commit comments

Comments
 (0)