Closed erikwittek closed 2 years ago
In Version 2 the macro returned the Route object, for example you could add a middleware:
Route::webhooks('example')->middleware('auth.webhook');
This breaks with the update to v3. Simply returning the Object again solves this issue.
Thanks!
In Version 2 the macro returned the Route object, for example you could add a middleware:
This breaks with the update to v3. Simply returning the Object again solves this issue.