Missing namespace

This commit is contained in:
Michael 2017-11-18 07:33:44 +00:00
parent 13f899542d
commit 28315ee9dd
2 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,9 @@
/**
* @file src/worker/CronJobs.php
*/
namespace Friendica\Worker;
use Friendica\App;
use Friendica\Core\Cache;
use Friendica\Core\Config;

View File

@ -2,6 +2,8 @@
/**
* @file src/Worker/UpdateGcontact.php
*/
namespace Friendica\Worker;
use Friendica\Core\Config;
use Friendica\Database\DBM;
use Friendica\Network\Probe;