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
fix: migrate EasyAdmin v5 MenuItem::linkToCrud() to MenuItem::linkTo() (
#375)
EasyAdmin v5 removed the linkToCrud() method in favor of linkTo(controllerFqcn).
Update DashboardController to use the new API after the upgrade from
easycorp/easyadmin-bundle v4 to v5.
https://claude.ai/code/session_01WzPb9iYzLAmuqJFkRrWqks
Co-authored-by: Claude <[email protected]>