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
Hello, I am wondering why the Route::MODULE_KEY and Route::PRESENTER_KEY constants are private and whether they could be made public? We were using them in route definitions prior to 3.0, and now we have to replace them with 'module' and 'presenter' "magic" strings which seems like a step back.
Thanks for your consideration!
The text was updated successfully, but these errors were encountered:
Hello, I am wondering why the
Route::MODULE_KEY
andRoute::PRESENTER_KEY
constants are private and whether they could be made public? We were using them in route definitions prior to 3.0, and now we have to replace them with'module'
and'presenter'
"magic" strings which seems like a step back.Thanks for your consideration!
The text was updated successfully, but these errors were encountered: