Posted inUncategorized
When to Use Dependency Injection, Services and Static Methods – Quick Admin Panel
Sometimes we need to put application logic somewhere outside of Controllers or Models, it’s usually are so-called Services. But there are a few ways to use them – as static…