mirror of
https://gh.wpcy.net/https://github.com/Khazhinov/freescout-telegram-notification.git
synced 2026-04-18 07:32:25 +08:00
10 lines
206 B
PHP
10 lines
206 B
PHP
<?php
|
|
|
|
return [
|
|
'name' => 'TelegramNotification',
|
|
'options' => [
|
|
'active' => ['default' => 'off'],
|
|
'token' => ['default' => ''],
|
|
'chat_id' => ['default' => '123'],
|
|
],
|
|
];
|