mirror of
https://github.com/elyby/accounts.git
synced 2024-11-06 16:21:08 +05:30
12 lines
178 B
PHP
12 lines
178 B
PHP
<?php
|
|
return [
|
|
[
|
|
'webhook_id' => 1,
|
|
'event_type' => 'account.edit',
|
|
],
|
|
[
|
|
'webhook_id' => 2,
|
|
'event_type' => 'account.edit',
|
|
],
|
|
];
|