]> git.mxchange.org Git - friendica.git/commit
Refactor Process for new paradigm
authorPhilipp <admin@philipp.info>
Sun, 24 Oct 2021 18:43:59 +0000 (20:43 +0200)
committerPhilipp <admin@philipp.info>
Fri, 5 Nov 2021 19:52:28 +0000 (20:52 +0100)
commit38f70cc55ad1d99b011fa92b42361c39ecceb2e3
tree3c043a1d046db815740ee2a868ae31e985302c9e
parent0e2e488521fbcf2d52dc8037ee6e9dd577fbf14c
Refactor Process for new paradigm
14 files changed:
bin/daemon.php
bin/worker.php
src/App.php
src/Core/Process.php [deleted file]
src/Core/System.php
src/Core/Worker.php
src/Core/Worker/Entity/Process.php [new file with mode: 0644]
src/Core/Worker/Exception/ProcessPersistenceException.php [new file with mode: 0644]
src/Core/Worker/Factory/Process.php [new file with mode: 0644]
src/Core/Worker/Repository/Process.php [new file with mode: 0644]
src/DI.php
src/Model/Process.php [deleted file]
static/dependencies.config.php
tests/src/Model/ProcessTest.php [deleted file]