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

removed support for FirePHP

This commit is contained in:
David Grudl
2018-04-17 14:36:27 +02:00
parent 30dec49a9d
commit 0129d340d3
6 changed files with 7 additions and 164 deletions

View File

@@ -13,9 +13,6 @@ Tracy\Debugger::enable();
$dibi = new Dibi\Connection([
'driver' => 'sqlite3',
'database' => 'data/sample.s3db',
'profiler' => [
'run' => true,
],
]);