1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-04 21:28:02 +02:00

loader: fixed missing class 'dibi.php'

This commit is contained in:
David Grudl
2018-02-15 11:53:15 +01:00
parent d2dbcfa43c
commit bff1e6310f

View File

@@ -14,7 +14,6 @@ if (PHP_VERSION_ID < 70100) {
spl_autoload_register(function ($class) { spl_autoload_register(function ($class) {
$old2new = [ $old2new = [
'Dibi' => 'dibi.php',
'DibiColumnInfo' => 'Dibi\Reflection\Column', 'DibiColumnInfo' => 'Dibi\Reflection\Column',
'DibiConnection' => 'Dibi\Connection', 'DibiConnection' => 'Dibi\Connection',
'DibiDatabaseInfo' => 'Dibi\Reflection\Database', 'DibiDatabaseInfo' => 'Dibi\Reflection\Database',