-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Bug description
When I register a nested singleton route like so:

The hint in the controller shows like a "normal" nested route with a route param

But php artisan route:list shows the correct paths:
GET|HEAD admin/services/{service}/email-config ........ admin.services.email-config.show › Admin\ServiceEmailConfigController@show
PUT|PATCH admin/services/{service}/email-config ........ admin.services.email-config.update › Admin\ServiceEmailConfigController@update
DELETE admin/services/{service}/email-config ........ admin.services.email-config.destroy › Admin\ServiceEmailConfigController@destroy
GET|HEAD admin/services/{service}/email-config/edit ... admin.services.email-config.edit › Admin\ServiceEmailConfigController@edit
Laravel docs for reference: https://laravel.com/docs/12.x/controllers#singleton-resource-controllers
Plugin version
12.3.0.253
Operating system
MacOS
Steps to reproduce
No response
Relevant log output
Reactions are currently unavailable