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
- Implement `GenerateMissingAclResourcesCommand` to scan presenters and automatically create Doctrine migrations for missing ACL database records.
- Introduce the `AuthPresenter` interface to mark presenters that require ACL resource validation.
- Register the new command in the DI extension and configure its dependencies.
- Remove a leftover debug call in `AuthPresenterTrait`.