1
0
Fork 0
mirror of synced 2024-10-05 04:34:58 +13:00
This commit is contained in:
Damodar Lohani 2021-11-19 12:30:09 +05:45
parent 956d26bada
commit 9c826f06d3

View file

@ -353,6 +353,7 @@ trait WebhooksBase
'x-appwrite-project' => $this->getProject()['$id'],
'x-appwrite-key' => $this->getProject()['apiKey']
]), [
'name' => 'Test Bucket Updated',
'enabled' => true,
]);