This commit is contained in:
2026-03-02 02:04:40 +01:00
parent 28bd5f4e95
commit e42fdf9595

View File

@@ -91,6 +91,3 @@ switch ($driver) {
default: default:
throw new RuntimeException('Unsupported DB driver in config/db.php: ' . $driver); throw new RuntimeException('Unsupported DB driver in config/db.php: ' . $driver);
} }
],
];