make sure stdlib_ex is included before database things, fixes #1240
This commit is contained in:
parent
187a739ed4
commit
b151a029c1
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ use FFSPHP\PDO;
|
|||
use FFSPHP\PDOStatement;
|
||||
|
||||
require_once __DIR__ . '/exceptions.php';
|
||||
require_once __DIR__ . '/stdlib_ex.php';
|
||||
|
||||
enum DatabaseDriverID: string
|
||||
{
|
||||
|
|
Reference in a new issue