mirror of
https://github.com/elyby/accounts.git
synced 2024-12-04 12:39:26 +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',
|
||
|
],
|
||
|
];
|