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
This is more of a question than a feature request as I'm sure someone has already thought about this before...
Page controllers are found by self::class + 'Controller', why don't we do this for elements too? I'm definitely going to be following this convention when writing controllers for custom elements as that's what we do for PageController, so I think it makes sense that the default getController would check for this class too rather than just going straight for ElementController.
The text was updated successfully, but these errors were encountered:
This is more of a question than a feature request as I'm sure someone has already thought about this before...
Page controllers are found by
self::class + 'Controller'
, why don't we do this for elements too? I'm definitely going to be following this convention when writing controllers for custom elements as that's what we do forPageController
, so I think it makes sense that the defaultgetController
would check for this class too rather than just going straight forElementController
.The text was updated successfully, but these errors were encountered: