Missing dba
This commit is contained in:
parent
3687ef2f8c
commit
911093580b
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ namespace Friendica\Worker;
|
||||||
use Friendica\Core\Config;
|
use Friendica\Core\Config;
|
||||||
use Friendica\Core\Worker;
|
use Friendica\Core\Worker;
|
||||||
use Friendica\Database\DBM;
|
use Friendica\Database\DBM;
|
||||||
|
use dba;
|
||||||
|
|
||||||
Class Cron {
|
Class Cron {
|
||||||
public static function execute($parameter = '', $generation = 0) {
|
public static function execute($parameter = '', $generation = 0) {
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
namespace Friendica\Worker;
|
namespace Friendica\Worker;
|
||||||
|
|
||||||
use Friendica\Core\Config;
|
use Friendica\Core\Config;
|
||||||
|
use dba;
|
||||||
|
|
||||||
class RemoveContact {
|
class RemoveContact {
|
||||||
public static function execute($id) {
|
public static function execute($id) {
|
||||||
|
|
Loading…
Reference in a new issue