1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-08 23:26:49 +02:00

DibiProfiler: added [explain] info

This commit is contained in:
David Grudl
2010-04-04 02:57:43 +02:00
parent 57b68131e6
commit 52e5d43416
4 changed files with 77 additions and 51 deletions

View File

@@ -67,10 +67,10 @@ class DibiException extends Exception implements /*Nette\*/IDebugPanel
* Returns HTML code for custom tab.
* @return mixed
*/
public function getTab()
{
public function getTab()
{
return 'SQL';
}
}