Closed pauleveritt closed 5 years ago
As mentioned on the PR Michael said to use container.register_singleton instead of container.set.
container.register_singleton
container.set
Done.
As mentioned on the PR Michael said to use
container.register_singleton
instead ofcontainer.set
.