Queue and GProbe should now be executed

This commit is contained in:
Michael 2017-11-20 21:30:57 +00:00
parent aac2258bc3
commit 0877cf862c
2 changed files with 9 additions and 3 deletions

View file

@ -1,7 +1,10 @@
<?php
/**
* @file include/queue.php
* @file src/Worker/Queue.php
*/
namespace Friendica\Worker;
use Friendica\Core\Cache;
use Friendica\Core\Config;
use Friendica\Core\Worker;