Skip to content

Commit 69018fe

Browse files
bug #60542 [Webhook] Fix controller service name (HypeMC)
This PR was merged into the 7.3 branch. Discussion ---------- [Webhook] Fix controller service name | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | - | License | MIT Introduced in #60232 Commits ------- 871d8d6 [Webhook] Fix controller service name
2 parents b28f5bf + 871d8d6 commit 69018fe

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Bundle/FrameworkBundle/Resources/config/routing

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/routing/webhook.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525

2626
$routes->add('_webhook_controller', '/{type}')
27-
->controller('webhook_controller::handle')
27+
->controller('webhook.controller::handle')
2828
->requirements(['type' => '.+'])
2929
;
3030
};

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy