Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return the Route object for method chaining (#114)
In Version 2 the macro returned the Route object, for example you could add a middleware: ```php Route::webhooks('example')->middleware('auth.webhook'); ``` This breaks with the update to v3. Simply returning the Object again solves this issue.
- Loading branch information