mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Remove deprecated dependency container alias
This commit is contained in:
parent
e44cdf276a
commit
586c03bd91
|
@ -30,9 +30,6 @@ class ResolveException : Exception {
|
|||
}
|
||||
}
|
||||
|
||||
deprecated("Container has been renamed to DependencyContainer")
|
||||
alias Container = DependencyContainer;
|
||||
|
||||
class DependencyContainer {
|
||||
|
||||
private static DependencyContainer instance;
|
||||
|
|
Loading…
Reference in a new issue