mirror of
https://github.com/mbierlee/poodinis.git
synced 2025-01-18 21:40:38 +01:00
Use typeof instead
This commit is contained in:
parent
7afefd9d9c
commit
06024e55db
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ version(unittest) {
|
|||
|
||||
public this() {
|
||||
auto container = Container.getInstance();
|
||||
container.autowire!ComponentF(this);
|
||||
container.autowire!(typeof(this))(this);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue