-
Notifications
You must be signed in to change notification settings - Fork 254
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make internal PHP functionality private (#341)
* Remove unused appendRouteToList and isListedAs methods * Make CommandRouteGenerator@generate private * Make Ziggy@nameKeyedRoutes and Ziggy@resolveBindings private * Remove Ziggy@except and Ziggy@only methods * Make Ziggy@applyFilters and Ziggy@group methods private and make Ziggy@filter return the Ziggy instance applyFilters() and group() aren't very useful on their own because they only return the list of routes, and the don't provide any convenience—*using* either of them requires setting config options or passing arguments, so with filter() now returning a Ziggy instance, they aren't necessary * Typo * Update Changelog * Update tests
- Loading branch information
1 parent
fa71223
commit b0446a4
Showing
5 changed files
with
23 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters