1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-05 05:37:39 +02:00

loader: fixed missing class 'dibi.php'

This commit is contained in:
David Grudl
2018-02-15 11:53:15 +01:00
parent b740b70f18
commit 22ac601502

View File

@@ -64,7 +64,6 @@ spl_autoload_register(function ($class) {
'Dibi\Translator' => 'Translator.php',
'Dibi\Type' => 'Type.php',
], $old2new = [
'Dibi' => 'dibi.php',
'DibiColumnInfo' => 'Dibi\Reflection\Column',
'DibiConnection' => 'Dibi\Connection',
'DibiDatabaseInfo' => 'Dibi\Reflection\Database',