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