mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
Fix SQLite3 driver name
This commit is contained in:
parent
eeb1818bb5
commit
1dab15c20e
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ class DriverSQLite3 extends AbstractDriver {
|
|||
|
||||
|
||||
static public function driverName(): string {
|
||||
$name = str_replace(Driver::class, "", static::class);
|
||||
return Lang::msg("Driver.Db.$name.Name");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue