You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Again you will notice that we pass the class name and not an instance. PHP-DI will correctly detect that this is an invokable class and will instantiate it.
99
99
100
+
### Middlewares, route variable converters, error handlers and view handlers
101
+
102
+
The callable resolution described above (for "controllers as services") applies for registering other Silex objects:
0 commit comments