]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #5421 from annando/fatal
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 20 Jul 2018 10:45:00 +0000 (12:45 +0200)
committerGitHub <noreply@github.com>
Fri, 20 Jul 2018 10:45:00 +0000 (12:45 +0200)
Wrong "use" for config

src/Model/GContact.php

index 52924b6416d4c1e0831e0d3d82c12907e365bd74..a4682798533505b2d89ce814971ea9482bd01390 100644 (file)
@@ -7,7 +7,7 @@
 namespace Friendica\Model;
 
 use Exception;
-use Friendica\Core\Console\Config;
+use Friendica\Core\Config;
 use Friendica\Core\System;
 use Friendica\Core\Worker;
 use Friendica\Database\dba;