1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 05:18:32 +01:00
This commit is contained in:
Dmitry Teslitsky 2014-05-23 17:36:16 +03:00
parent ab02c692d2
commit 8d12ad1393

View File

@ -99,7 +99,7 @@ Aggregates multiple collectors. Do not provide any widgets, you have to add your
$renderer->addControl('all_messages', array(
'widget' => 'PhpDebugBar.Widgets.MessagesWidget',
'map' => 'all_messages',
'default' => '[]';
'default' => '[]',
));
## Others