- Database->$driver can no longer be NULL, an empty string is fine anyway
This commit is contained in:
Roland Häder 2022-06-21 13:04:05 +02:00
parent 945cd1a2c2
commit 1080a840f5
No known key found for this signature in database
GPG key ID: C82EDE5DDFA0BA77
2 changed files with 4 additions and 4 deletions

View file

@ -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();
}