mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Fix not handling variadic as array
This commit is contained in:
parent
e7a29f17f7
commit
7775dd3c3a
|
@ -105,7 +105,7 @@ synchronized class DependencyContainer {
|
|||
/**
|
||||
* Deprecated: Use register(SuperType, ConcreteType)(RegistrationOption[]) instead
|
||||
*/
|
||||
public Registration register(SuperType, ConcreteType : SuperType)(RegistrationOption options...) {
|
||||
public Registration register(SuperType, ConcreteType : SuperType)(RegistrationOption[] options...) {
|
||||
return register!(SuperType, ConcreteType)(options);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue