1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-04 21:28:02 +02:00

bridges: changed file structure

This commit is contained in:
David Grudl
2014-03-24 19:25:32 +01:00
parent fee5c294d8
commit 47f8a6f88d
6 changed files with 1 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ require_once dirname(__FILE__) . '/libs/DibiEvent.php';
require_once dirname(__FILE__) . '/libs/DibiFileLogger.php';
require_once dirname(__FILE__) . '/libs/DibiFirePhpLogger.php';
if (interface_exists('Nette\Diagnostics\IBarPanel') || interface_exists('IBarPanel')) {
require_once dirname(__FILE__) . '/bridges/Nette/DibiNettePanel.php';
require_once dirname(__FILE__) . '/bridges/Nette-2.1/DibiNettePanel.php';
}