mirror of
https://github.com/dg/dibi.git
synced 2025-08-06 06:07:39 +02:00
Tracy\Panel: fixed TypeError in renderException()
This commit is contained in:
committed by
David Grudl
parent
5c41282b88
commit
8647901d3c
@@ -73,6 +73,8 @@ class Panel implements Tracy\IBarPanel
|
|||||||
'panel' => Helpers::dump($e->getSql(), true),
|
'panel' => Helpers::dump($e->getSql(), true),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user