Skip to content

Commit d35386a

Browse files
committed
[Webhook] Fix controller service name
1 parent 7961f86 commit d35386a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)