- Issue created by @adamps
AutowireTrait has some limitations:
This trait uses reflection and may cause performance issues with classes that will be instantiated multiple times.
Add caching to reduce performance issues.
Allow passing extra arguments for the constructor.
Allow optional dependencies.
Active
11.0 🔥
base system