]> git.mxchange.org Git - friendica.git/commitdiff
Missing namespace
authorMichael <heluecht@pirati.ca>
Sat, 18 Nov 2017 07:33:44 +0000 (07:33 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 18 Nov 2017 07:33:44 +0000 (07:33 +0000)
src/Worker/CronJobs.php
src/Worker/UpdateGContact.php

index 5e1d65d3b9cf6b3f593d1501064ac1163673c953..08a1af6dcfad82693751dd8451185c9516b6a145 100644 (file)
@@ -2,6 +2,9 @@
 /**
  * @file src/worker/CronJobs.php
  */
+
+namespace Friendica\Worker;
+
 use Friendica\App;
 use Friendica\Core\Cache;
 use Friendica\Core\Config;
index 087028aa3f44727ccdad479c7b909e90535ca649..395e415bf7409a6fe0be01d830740cbb5767769e 100644 (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;