1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-06 14:16: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 44876973f5
commit acd5ac8616

View File

@@ -66,7 +66,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',