From 45dec64f27ca02e131d76b9e954ed998eeeb1eec Mon Sep 17 00:00:00 2001 From: Nicolai Cornelis Date: Sat, 17 Mar 2018 12:58:27 +0100 Subject: [PATCH] Added $account property for connect webhook events --- lib/Event.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Event.php b/lib/Event.php index 2add5ce11..d0efc0261 100644 --- a/lib/Event.php +++ b/lib/Event.php @@ -7,6 +7,7 @@ * * @property string $id * @property string $object + * @property string $account * @property string $api_version * @property int $created * @property mixed $data