1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 05:18:32 +01:00

Merge pull request #100 from barryvdh/patch-4

Hide mail when 0
This commit is contained in:
Maxime Bouroumeau-Fuseau 2014-03-20 13:07:33 -03:00
commit 0a4fbb9c90

View File

@ -83,7 +83,7 @@ class SwiftMailCollector extends DataCollector implements Renderable
),
'emails:badge' => array(
'map' => 'swiftmailer_mails.count',
'default' => 0
'default' => 'null'
)
);
}