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:
@@ -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',
|
||||||
|
Reference in New Issue
Block a user