Typo
This commit is contained in:
parent
ece8bf5222
commit
d37045d3e3
@ -15,7 +15,7 @@ class WebhooksController
|
|||||||
{
|
{
|
||||||
$proxy_host = config('appstore-server-notifications.proxy_host');
|
$proxy_host = config('appstore-server-notifications.proxy_host');
|
||||||
if (!empty($proxy_host)) {
|
if (!empty($proxy_host)) {
|
||||||
ProxyHelperFacade::CreateProxy($request)->->toUrl($proxy_host);
|
ProxyHelperFacade::CreateProxy($request)->toUrl($proxy_host);
|
||||||
}
|
}
|
||||||
|
|
||||||
$jobConfigKey = NotificationType::{$request->input('notification_type')}();
|
$jobConfigKey = NotificationType::{$request->input('notification_type')}();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user