1
0
Fork 0

The poller is now the worker

This commit is contained in:
Michael 2017-11-19 21:47:21 +00:00
commit 920160cb28
14 changed files with 41 additions and 41 deletions

View file

@ -1,7 +1,7 @@
<?php
/**
* @file mod/worker.php
* @brief Module for running the poller as frontend process
* @brief Module for running the worker as frontend process
*/
use Friendica\Core\Worker;