make sure stdlib_ex is included before database things, fixes #1240

This commit is contained in:
Shish 2024-09-04 15:12:13 +01:00 committed by Shish
parent 187a739ed4
commit b151a029c1

View file

@ -8,6 +8,7 @@ use FFSPHP\PDO;
use FFSPHP\PDOStatement;
require_once __DIR__ . '/exceptions.php';
require_once __DIR__ . '/stdlib_ex.php';
enum DatabaseDriverID: string
{