Merge pull request #5421 from annando/fatal

Wrong "use" for config
This commit is contained in:
Tobias Diekershoff 2018-07-20 12:45:00 +02:00 committed by GitHub
commit e821e738a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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;