Create Core\Process as a base for followup work

This commit is contained in:
Philipp Holzer 2019-08-16 11:06:37 +02:00
parent 90b438e082
commit 2c73377b39
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
4 changed files with 227 additions and 145 deletions

View file

@ -154,4 +154,9 @@ return [
['determineModule', [], Dice::CHAIN_CALL],
],
],
Friendica\Core\Process::class => [
'constructParams' => [
[Dice::INSTANCE => '$basepath'],
],
],
];