e
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
use Snowflake\Process\Leafleting;
|
||||
use Snowflake\Process\ServerInotify;
|
||||
|
||||
return [
|
||||
|
||||
'processes' => [
|
||||
'Leafleting' => Leafleting::class,
|
||||
'inotify' => ServerInotify::class,
|
||||
]
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user