mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
Changes:
- Database->$driver can no longer be NULL, an empty string is fine anyway
This commit is contained in:
parent
945cd1a2c2
commit
1080a840f5
2 changed files with 4 additions and 4 deletions
|
@ -77,7 +77,7 @@ class DBA
|
|||
*
|
||||
* @return string with either "pdo" or "mysqli"
|
||||
*/
|
||||
public static function getDriver()
|
||||
public static function getDriver(): string
|
||||
{
|
||||
return DI::dba()->getDriver();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue