Skip to content

Commit 871d8d6

Browse files
committed
[Webhook] Fix controller service name
1 parent b28f5bf commit 871d8d6

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)