mirror of
https://github.com/dg/dibi.git
synced 2025-08-18 03:41:30 +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);
|
||||
|
||||
|
||||
$fluent = $conn->delete('table')->as('bAlias')
|
||||
|
Reference in New Issue
Block a user