Route Model Binding can use ->withTrashed() , suggest add ->onlyTrashed() method #38559
-
Route
Controller
|
Beta Was this translation helpful? Give feedback.
Answered by
dennisprudlo
Aug 26, 2021
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tommy66374
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
abort_unless($car->trashed(), 404)
should do the trick