Files
kiri-core/System/Process/config.php
T
2020-09-04 00:41:33 +08:00

14 lines
191 B
PHP

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