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
PHP class inheritance means a custom sprinkle that wants to add custom command to the main bake command need to chain the right class extension. For example, account already extend core, so your sprinkle need to extend account. This can introduce a problem with community sprinkle. A new method (register ?) might be necessary here.
The text was updated successfully, but these errors were encountered:
PHP class inheritance means a custom sprinkle that wants to add custom command to the main
bake
command need to chain the right class extension. For example, account already extendcore
, so your sprinkle need to extendaccount
. This can introduce a problem with community sprinkle. A new method (register ?) might be necessary here.The text was updated successfully, but these errors were encountered: