mirror of
https://github.com/mbierlee/poodinis.git
synced 2025-01-18 13:32:50 +01:00
Remove deprecated dependency container alias
This commit is contained in:
parent
e44cdf276a
commit
586c03bd91
1 changed files with 0 additions and 3 deletions
|
@ -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