Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added filter to remove extra dot in nested route names #34

Merged

Conversation

ricventu
Copy link
Contributor

Hi,
for nested resource there was extra dots in route names.
for example:

photos/{photo}/comments                 photos.comments.
photos/{photo}/comments                 photos.comments..store

This PR add a filter to remove them

photos/{photo}/comments                 photos.comments
photos/{photo}/comments                 photos.comments.store

Thanks.

@freekmurze freekmurze merged commit cb490f1 into spatie:main Dec 30, 2024
18 of 19 checks passed
@freekmurze
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants