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
The idea being that the slug might change but I would always be able to use the hash id to find the model. This behavior no longer works with version 2.4.0. The easiest work around is to use explicit model binding.
The text was updated successfully, but these errors were encountered:
When upgrading to version 2.4.0 my routes stopped working. I am using route model binding with ModelA and I have the following routes in web.php
The idea being that the slug might change but I would always be able to use the hash id to find the model. This behavior no longer works with version 2.4.0. The easiest work around is to use explicit model binding.
The text was updated successfully, but these errors were encountered: