mirror of
https://gh.wpcy.net/https://github.com/itk-dev/freescout-itk-issue-create.git
synced 2026-04-20 06:22:16 +08:00
6 lines
102 B
PHP
6 lines
102 B
PHP
<?php
|
|
|
|
return [
|
|
'name' => 'ItkIssueCreate',
|
|
'teamsWebHook' => env('TEAMS_WEB_HOOK', null),
|
|
];
|