Skip to content
Snippets Groups Projects

Issue #3305066 by quietone, Rename RedirectLeadingSlashesSubscriber

Files
2
@@ -10,7 +10,7 @@
/**
* Redirects paths containing successive slashes to those with single slashes.
*/
class RedirectLeadingSlashesSubscriber implements EventSubscriberInterface {
class RedirectSuccessiveSlashesSubscriber implements EventSubscriberInterface {
/**
* Redirects paths containing successive slashes to those with single slashes.
Loading