mirror of
https://github.com/friendica/friendica
synced 2025-04-26 14:30:13 +00:00
Merge remote-tracking branch 'upstream/develop' into error-handling
This commit is contained in:
commit
516018861e
235 changed files with 10885 additions and 10716 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
namespace Friendica\Database;
|
||||
|
||||
use Friendica\Core\Config\Cache;
|
||||
use Friendica\Core\Config\ValueObject\Cache;
|
||||
use Friendica\Core\System;
|
||||
use Friendica\Network\HTTPException\ServiceUnavailableException;
|
||||
use Friendica\Util\DateTimeFormat;
|
||||
|
@ -49,7 +49,7 @@ class Database
|
|||
protected $connected = false;
|
||||
|
||||
/**
|
||||
* @var Cache
|
||||
* @var \Friendica\Core\Config\ValueObject\Cache
|
||||
*/
|
||||
protected $configCache;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue