Missing semicolon
This commit is contained in:
parent
2ccc1e58a9
commit
624d9444b0
|
@ -120,7 +120,7 @@ class Hookmanager
|
|||
|
||||
case "subscription_updated":
|
||||
|
||||
$this->EventSubscriptionUpdated($Request, $response)
|
||||
$this->EventSubscriptionUpdated($Request, $response);
|
||||
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue