8000 merged branch kriswallsmith/monolog/missing-class (PR #3368) · sadiqmmm/symfony@54e6516 · GitHub
[go: up one dir, main page]

Skip to content

Commit 54e6516

Browse files
committed
merged branch kriswallsmith/monolog/missing-class (PR symfony#3368)
Commits ------- 1cec4f5 [MonologBundle] added missing class to compile Discussion ---------- [MonologBundle] added missing class to compile `Symfony\Bridge\Monolog\Handler\DebugHandler` extends a class which was not being included in the compiled class file. ``` Bug fix: yes Feature addition: no Backwards compatibility break: no Symfony2 tests pass: yes Fixes the following tickets: ~ Todo: ~ ``` --------------------------------------------------------------------------- by stof at 2012-02-15T14:27:29Z @kriswallsmith Can you send the same PR to the standalone repo for 2.1 ? --------------------------------------------------------------------------- by kriswallsmith at 2012-02-15T14:30:05Z Can I just commit to that repository directly? /ping @Seldaek --------------------------------------------------------------------------- by stof at 2012-02-15T14:33:51Z yeah indeed, you have the needed permissions, and the change is OK
2 parents 651f4c5 + 1cec4f5 commit 54e6516
< 8000 span class="CopyToClipboardButton-module__tooltip--Dq1IB prc-TooltipV2-Tooltip-cYMVY" data-direction="sw" aria-label="Copy full SHA for 54e6516" aria-hidden="true" id=":R4lebab:">Copy full SHA for 54e6516

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/MonologBundle/DependencyInjection/MonologExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ public function load(array $configs, ContainerBuilder $container)
7373
'Monolog\\Handler\\AbstractProcessingHandler',
7474
'Monolog\\Handler\\StreamHandler',
7575
'Monolog\\Handler\\FingersCrossedHandler',
76+
'Monolog\\Handler\\TestHandler',
7677
'Monolog\\Logger',
7778
'Symfony\\Bridge\\Monolog\\Logger',
7879
'Symfony\\Bridge\\Monolog\\Handler\\DebugHandler',

0 commit comments

Comments
 (0)
0