-
-
Notifications
You must be signed in to change notification settings - Fork 324
Aliases and proxying #58
Copy link
Copy link
Closed
Description
Hi
If you define an alias it is currently not possible to use proxies.
Eg.
Container::getInstance()->get('\Namespace\SomeClassAlias', true) will always create an new instance of the class pointed to by SomeClassAlias.
Getting a proxy instead would be a nice improvement imo..
Reactions are currently unavailable