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
Switched to using proper callables in Views controller
When just passing method name, it is not immediately obvious that it will be used as a method call later on. Using a callable we also make it easier for tools to pick up that it actually is a callable.
0 commit comments