commit | 3d4f7418b202507f4f0d5122a4384ee7655fc3b3 | [log] [tgz] |
---|---|---|
author | BacLuc <lucius.bachmann@gmx.ch> | Fri May 01 19:34:37 2020 +0200 |
committer | BacLuc <lucius.bachmann@gmx.ch> | Fri May 01 19:34:37 2020 +0200 |
tree | 787ef2b0b44184fcac327a1f5e639151dfed6792 | |
parent | 7ed7a3b59ae7b7ad9206069a97eedfb4e806e2d9 [diff] |
Concrete5(BlockConfig|Crud)Controller: use factory instead of instance Because the constructor is called a lot (ca 11 times), don't instantiate the DI Container in constructor. Only instantiate it when an action is called.