14 lines
191 B
PHP
14 lines
191 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
use Snowflake\Process\Leafleting;
|
||
|
|
use Snowflake\Process\ServerInotify;
|
||
|
|
|
||
|
|
return [
|
||
|
|
|
||
|
|
'processes' => [
|
||
|
|
'Leafleting' => Leafleting::class,
|
||
|
|
'inotify' => ServerInotify::class,
|
||
|
|
]
|
||
|
|
|
||
|
|
];
|