Missing semicolon
This commit is contained in:
@@ -120,7 +120,7 @@ class Hookmanager
|
||||
|
||||
case "subscription_updated":
|
||||
|
||||
$this->EventSubscriptionUpdated($Request, $response)
|
||||
$this->EventSubscriptionUpdated($Request, $response);
|
||||
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user