Files
kiri-core/system/Process/config.php
T
2020-08-31 01:27:08 +08:00

14 lines
191 B
PHP

<?php
use Snowflake\Process\Leafleting;
use Snowflake\Process\ServerInotify;
return [
'processes' => [
'Leafleting' => Leafleting::class,
'inotify' => ServerInotify::class,
]
];