mirror of
https://github.com/dg/dibi.git
synced 2025-08-18 20:02:20 +02:00
moved to namespace Dibi
added loader for old class names
This commit is contained in:
@@ -5,7 +5,7 @@ use Tester\Assert;
|
||||
require __DIR__ . '/bootstrap.php';
|
||||
|
||||
|
||||
$conn = new DibiConnection($config);
|
||||
$conn = new Dibi\Connection($config);
|
||||
|
||||
|
||||
$arr = [
|
||||
|
Reference in New Issue
Block a user