Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose the
loadAndRegisterControllers
method for now.
`loadAndRegisterControllers` used to be defined directly on the hook object, but was removed when it was moved to a different file. A couple of apps in the wild are relying on it, so we'll re-introduce it for now, but it really needs to be wrapped in a public `.reload()` method.
- Loading branch information