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
Many of the actions in Action, in particular ListAction.php have a number of private methods. This means that, if you want to override one of them and make a custom action, you have to copy-and-paste the private methods out of the parent class.
If those methods were simply protected, this problem would disappear.
The text was updated successfully, but these errors were encountered:
Many of the actions in
Action
, in particularListAction.php
have a number of private methods. This means that, if you want to override one of them and make a custom action, you have to copy-and-paste the private methods out of the parent class.If those methods were simply
protected
, this problem would disappear.The text was updated successfully, but these errors were encountered: