Ucscode
Ucscode
> In EasyAdmin versions prior to 4.25.0, instead of `#[AdminRoute]` you had to use the `#[AdminAction]` attribute, which is now deprecated and will be removed in EasyAdmin 5.0.0. Any alternative...
> [@ucscode](https://github.com/ucscode) This was already discussed here: > > [#4386](https://github.com/EasyCorp/EasyAdminBundle/issues/4386) [#5299](https://github.com/EasyCorp/EasyAdminBundle/issues/5299) [#5752](https://github.com/EasyCorp/EasyAdminBundle/issues/5752) [#5830](https://github.com/EasyCorp/EasyAdminBundle/issues/5830) [#5890](https://github.com/EasyCorp/EasyAdminBundle/issues/5890) > > I think without the `final` keyword it is harder to change the bundles code...
> [@ucscode](https://github.com/ucscode) I'm no expert on this either but one example: if `final` is removed the maintainer is not able to delete a `protected` method or change its signature without...