Browse Source

Typo

master
Rodrigo Gonzalez 2 years ago
parent
commit
d37045d3e3
  1. 2
      src/WebhooksController.php

2
src/WebhooksController.php

@ -15,7 +15,7 @@ class WebhooksController
{
$proxy_host = config('appstore-server-notifications.proxy_host');
if (!empty($proxy_host)) {
ProxyHelperFacade::CreateProxy($request)->->toUrl($proxy_host);
ProxyHelperFacade::CreateProxy($request)->toUrl($proxy_host);
}
$jobConfigKey = NotificationType::{$request->input('notification_type')}();

Loading…
Cancel
Save