Laravel - Controllers
You need to inject both
NotificationService and UserRepository into a Laravel controller and use them in multiple methods. What is the recommended approach?