mirror of
https://git.yylx.win/https://github.com/karrierekick-dev/freescout-custom-workflow-user.git
synced 2026-07-27 11:26:56 +08:00
8 lines
228 B
PHP
8 lines
228 B
PHP
<?php
|
|
|
|
return [
|
|
'name' => 'Workflows',
|
|
'process_cron' => env('WORKFLOWS_PROCESS_CRON', '0 * * * *'),
|
|
'user_full_name' => env('WORKFLOWS_USER_FULL_NAME', 'Workflow'),
|
|
'user_email' => env('WORKFLOWS_USER_EMAIL', ''),
|
|
];
|